mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-01-07 04:30:27 -05:00
14 lines
255 B
Plaintext
14 lines
255 B
Plaintext
TVDB__APIKEY=
|
|
THEMOVIEDB__APIKEY=
|
|
AUTHENTICATION_SECRET=
|
|
PUBLIC_BACK_URL=http://localhost:5000
|
|
|
|
# Database things (optional)
|
|
POSTGRES_USER=KyooUser
|
|
POSTGRES_PASSWORD=KyooPassword
|
|
POSTGRES_DB=kyooDB
|
|
POSTGRES_SERVER=postgres
|
|
POSTGRES_PORT=5432
|
|
|
|
# vi: ft=sh
|