make aws endpoint configurable for tests

This commit is contained in:
Girish Ramakrishnan
2015-09-09 11:43:50 -07:00
parent 7e83f2dd4a
commit 5b62aeb73a
2 changed files with 13 additions and 4 deletions

View File

@@ -99,6 +99,7 @@ function initConfig() {
data.token = 'APPSTORE_TOKEN';
data.aws.backupBucket = 'testbucket';
data.aws.backupPrefix = 'testprefix';
data.aws.endpoint = 'http://localhost:5353';
} else {
assert(false, 'Unknown environment. This should not happen!');
}