Kyoo/api/.env.example
2025-03-25 10:27:03 +01:00

19 lines
403 B
Plaintext

# vi: ft=sh
# shellcheck disable=SC2034
KYOO_PREFIX=/api
# either an hard-coded secret to decode jwts or empty to use keibi's public secret.
# this should only be used in tests
JWT_SECRET=
# keibi's server to retrieve the public jwt secret
AUHT_SERVER=http://auth:4568
IMAGES_PATH=./images
POSTGRES_USER=kyoo
POSTGRES_PASSWORD=password
POSTGRES_DB=kyooDB
POSTGRES_SERVER=postgres
POSTGRES_PORT=5432