I should have made all these commits separately but oops
This commit is contained in:
+12
-1
@@ -17,6 +17,14 @@ NODE_ENV=production
|
||||
# The title displayed on the info page.
|
||||
# SERVER_TITLE=Coom Tunnel
|
||||
|
||||
# URL for the image displayed on the login page.
|
||||
# If not set, no image will be displayed.
|
||||
# LOGIN_IMAGE_URL=https://example.com/your-logo.png
|
||||
|
||||
# Whether to enable the token-based login for the main info page.
|
||||
# Defaults to true. Set to false to disable login and make the info page public.
|
||||
# ENABLE_INFO_PAGE_LOGIN=true
|
||||
|
||||
# The route name used to proxy requests to APIs, relative to the Web site root.
|
||||
# PROXY_ENDPOINT_ROUTE=/proxy
|
||||
|
||||
@@ -119,8 +127,11 @@ NODE_ENV=production
|
||||
|
||||
# Which access control method to use. (none | proxy_key | user_token)
|
||||
# GATEKEEPER=none
|
||||
# Which persistence method to use. (memory | firebase_rtdb)
|
||||
# Which persistence method to use. (memory | firebase_rtdb | sqlite)
|
||||
# GATEKEEPER_STORE=memory
|
||||
# If using sqlite store, path to the SQLite database file for user data.
|
||||
# Defaults to data/user-store.sqlite in the project directory.
|
||||
# SQLITE_USER_STORE_PATH=data/user-store.sqlite3
|
||||
|
||||
# Maximum number of unique IPs a user can connect from. (0 for unlimited)
|
||||
# MAX_IPS_PER_USER=0
|
||||
|
||||
Reference in New Issue
Block a user