The selfhost backup bucket is in europe

This commit is contained in:
Johannes Zellner 2016-09-12 14:47:09 +02:00
parent 0194fe071a
commit 383993ac7b
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const SSH_KEY = 'id_rsa_e2e_selfhost';
const DO_TYPE = '1gb';
const DO_REGION = 'ams2';
const DO_TOKEN = process.env.DIGITAL_OCEAN_TOKEN_STAGING;
const EC2_REGION = 'us-east-1';
const EC2_REGION = 'eu-central-1';
const BACKUP_KEY = 'somesecret';
const BACKUP_BUCKET = 'selfhost-test';
const AWS_ACCESS_KEY = process.env.AWS_STAGING_ACCESS_KEY;