let ocis init set the serviceaccounts

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-08-31 12:11:44 +02:00
parent 90ce1a7ad0
commit bd716156fc
7 changed files with 53 additions and 33 deletions
@@ -108,10 +108,6 @@ func DefaultConfig() *config.Config {
PersonalDeleteBefore: 30 * 24 * time.Hour,
},
},
ServiceAccount: config.ServiceAccount{
ServiceAccountID: "service-user-id",
ServiceAccountSecret: "secret-string",
},
}
}