mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: sharry config
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user