Use dev bucket for now as a default

This commit is contained in:
Johannes Zellner
2015-08-25 10:13:08 -07:00
parent c9bc5fc38e
commit 50064a40fe
+3 -3
View File
@@ -75,10 +75,10 @@ function initConfig() {
data.ldapPort = 3002;
data.backupKey = 'backupKey';
data.aws = {
backupBucket: 'backupBucketbucket',
backupBucket: 'dev-cloudron-backups',
backupPrefix: 'backups',
accessKeyId: 'accessKeyId',
secretAccessKey: 'secretAccessKey'
accessKeyId: null,
secretAccessKey: null
};
if (exports.CLOUDRON) {