Kyoo/.env.example
2023-03-17 01:30:18 +09:00

19 lines
409 B
Plaintext

# Useful config options
LIBRARY_ROOT=/video
TVDB__APIKEY=
THEMOVIEDB__APIKEY=
PUBLIC_BACK_URL=http://localhost:5000
AUTHENTICATION_SECRET=
# To debug the front end, you can set the following to an external backend
KYOO_URL=https://kyoo.sdg.moe/api
# Database things (optional)
POSTGRES_USER=KyooUser
POSTGRES_PASSWORD=KyooPassword
POSTGRES_DB=kyooDB
POSTGRES_SERVER=postgres
POSTGRES_PORT=5432
# vi: ft=sh