Only federated tokens need session token
This commit is contained in:
+2
-2
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user