Only federated tokens need session token

This commit is contained in:
Johannes Zellner
2015-08-25 12:13:11 -07:00
parent d1f159cdb4
commit 76e4c4919d
2 changed files with 13 additions and 5 deletions
+2 -2
View File
@@ -75,8 +75,8 @@ function initConfig() {
data.ldapPort = 3002;
data.backupKey = 'backupKey';
data.aws = {
backupBucket: 'dev-cloudron-backups',
backupPrefix: 'backups',
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
};