2.0.0 Beta : Self-hosted Release
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Generate with: python -c "import secrets; print(secrets.token_urlsafe(48))"
|
||||
SECRET_KEY=replace-with-a-long-random-secret
|
||||
ADMIN_TOKEN=replace-with-a-strong-admin-token
|
||||
|
||||
# public: everyone can read; private: VIEWER_TOKEN required
|
||||
SITE_VISIBILITY=private
|
||||
VIEWER_TOKEN=replace-with-a-viewer-password
|
||||
|
||||
YRTV_PORT=5001
|
||||
YRTV_DATA_PATH=./runtime-data
|
||||
|
||||
BRAND_PRIMARY=Superjacky6
|
||||
BRAND_ALIASES=jacky,jk,yr,jacky0987
|
||||
|
||||
WEB_CONCURRENCY=1
|
||||
WEB_THREADS=2
|
||||
WEB_TIMEOUT=120
|
||||
SLOW_QUERY_THRESHOLD_SECONDS=0.25
|
||||
|
||||
Reference in New Issue
Block a user