-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 823 Bytes
/
.env.example
File metadata and controls
20 lines (17 loc) · 823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# These are optional settings. To use any of these settings, copy this file to .env and then make edits.
# This is the port that docker will expose externally. default is 8000
# SERVER_PORT=443
# PRODUCTION=true
# LOG_LEVEL=INFO
# ENABLE_PPROF=false
# SYSTEM_APPS_REPO="https://github.com/tronbyt/apps.git"
# User Registration Settings
# Set to "true" to enable open user registration (anyone can create an account)
# Set to "false" (default) to only allow admin users to create new accounts
# ENABLE_USER_REGISTRATION=true
# MAX_USERS=100 # Default is 100
# Single-User Auto-Login Mode
# Set to "true" to automatically log in when exactly 1 user exists (from private networks only)
# Only works from: localhost, 192.168.x.x, 10.x.x.x, 172.16.x.x
# Public IPs still require authentication
# SINGLE_USER_AUTO_LOGIN=true