fix: sharry config

This commit is contained in:
auricom
2022-07-02 12:10:21 +02:00
parent bfd21adbc4
commit 1570d65a15

View File

@@ -57,27 +57,17 @@ spec:
# All stores with enabled=false are
# removed from the list. The `default-store` must be enabled.
stores = {
database =
{ enabled = true
type = "default-database"
}
filesystem =
{ enabled = false
type = "file-system"
directory = "/some/directory"
}
minio =
{ enabled = false
{ enabled = true
type = "s3"
endpoint = "${SECRET_MINIO_ENDPOINT}"
endpoint = "https://${SECRET_MINIO_ENDPOINT}"
access-key = "${SECRET_MINIO_ACCESS_KEY}"
secret-key = "${SECRET_MINIO_SECRET_KEY}"
bucket = "sharry"
}
}
...
}
webapp {
# This is shown in the top right corner of the web application