Support optional aws related userData

This commit is contained in:
Johannes Zellner
2015-08-25 17:28:06 -07:00
parent 9fdcd452d0
commit e6fd05c2bd
3 changed files with 10 additions and 5 deletions

View File

@@ -75,10 +75,10 @@ function initConfig() {
data.ldapPort = 3002;
data.backupKey = 'backupKey';
data.aws = {
backupBucket: 'dev-cloudron-backups', // FIXME this should be set to the correct bucket in CaaS
backupPrefix: 'backups', // FIXME this should be set to boxId for CaaS
accessKeyId: null,
secretAccessKey: null
backupBucket: null,
backupPrefix: null,
accessKeyId: null, // selfhosting only
secretAccessKey: null // selfhosting only
};
if (exports.CLOUDRON) {