15 lines
196 B
Bash
15 lines
196 B
Bash
# Environment Variables
|
|
JWT_SECRET=
|
|
TOKEN_EXPIRY=
|
|
ALLOW_NEW_ACCOUNTS=
|
|
DEBUG=
|
|
DISABLE_ACCOUNTS=
|
|
DISABLE_INTERNAL_ACCOUNTS=
|
|
OIDC_ENABLED=
|
|
|
|
# Paths
|
|
APPDATA_PATH=/home/username/appdata
|
|
|
|
# Ports
|
|
PORT=
|