fix environment variables

This commit is contained in:
David Christofas
2022-04-25 15:44:38 +02:00
parent c29f69d26b
commit 89b925f34a
11 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ type UserSharingDrivers struct {
}
type UserSharingJSONDriver struct {
File string
File string `env:"SHARING_USER_JSON_FILE"`
}
type UserSharingSQLDriver struct {
@@ -76,7 +76,7 @@ type UserSharingSQLDriver struct {
type UserSharingCS3Driver struct {
ProviderAddr string
ServiceUserID string
ServiceUserIDP string
ServiceUserIDP string `env:"OCIS_URL;SHARING_CS3_SERVICE_USER_IDP"`
MachineAuthAPIKey string
}