Kyoo/api/.env.example
Zoe Roux f11e1b56db
Fix tests
Also fix sharp on nixos
2025-03-18 22:05:45 +01:00

17 lines
385 B
Plaintext

# vi: ft=sh
# shellcheck disable=SC2034
# 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