This commit is contained in:
Alexandre
2025-07-15 21:32:32 +02:00
parent add1fa3b20
commit 211bcc6556
7 changed files with 55 additions and 12 deletions

View 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}"