1
0
Fork 0
forked from gorb/backend

fix: add bunny config to docker

This commit is contained in:
Radical 2025-05-25 18:40:13 +02:00
parent 6fe1163969
commit 6c47d22ae6
4 changed files with 20 additions and 1 deletions

View file

@ -20,6 +20,13 @@ port = ${DATABASE_PORT}
[cache_database]
host = "${CACHE_DB_HOST}"
port = ${CACHE_DB_PORT}
[bunny]
api_key = "${BUNNY_API_KEY}"
endpoint = "${BUNNY_ENDPOINT}"
storage_zone = "${BUNNY_ZONE}"
cdn_url = "${BUNNY_CDN_URL}"
EOF
fi