mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-10 09:35:58 +02:00
test2
This commit is contained in:
15
ente/rootfs/etc/config/museum.yaml
Normal file
15
ente/rootfs/etc/config/museum.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
db:
|
||||
host: "${DB_HOSTNAME}"
|
||||
port: ${DB_PORT}
|
||||
name: "${DB_DATABASE_NAME}"
|
||||
user: "${DB_USERNAME}"
|
||||
password: "${DB_PASSWORD}"
|
||||
|
||||
s3:
|
||||
are_local_buckets: true
|
||||
b2-eu-cen:
|
||||
key: "${MINIO_ROOT_USER}"
|
||||
secret: "${MINIO_ROOT_PASSWORD}"
|
||||
endpoint: "http://localhost:3200"
|
||||
region: "eu-central-2"
|
||||
bucket: "${S3_BUCKET}"
|
||||
Reference in New Issue
Block a user