Remove the weird configuration options, add ApiKeys configuration

This commit is contained in:
2023-03-20 11:55:04 +09:00
parent 4d0dd674ad
commit bf281820b9
11 changed files with 47 additions and 79 deletions

View File

@@ -1,9 +1,20 @@
# Useful config options
LIBRARY_ROOT=/video
# The following two values should be set to a random sequence of characters.
# You MUST change thoses when installing kyoo (for security)
AUTHENTICATION_SECRET=4c@mraGB!KRfF@kpS8739y9FcHemKxBsqqxLbdR?
# You can input multiple api keys separated by a ,
KYOO_APIKEYS=t7H5!@4iMNsAaSJQ49pat4jprJgTcF656if#J3
DEFAULT_PERMISSIONS=overall.read
UNLOGGED_PERMISSIONS=overall.read
TVDB__APIKEY=
THEMOVIEDB_APIKEY=
PUBLIC_BACK_URL=http://localhost:5000
AUTHENTICATION_SECRET=
# Following options are optional and only useful for debugging.