mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
19 lines
409 B
Plaintext
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
|