mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-06 06:36:25 +00:00
Remove the weird configuration options, add ApiKeys configuration
This commit is contained in:
13
.env.example
13
.env.example
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user