You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
203 B

# Settings
ENABLE_SSL=false
# Port number
HTTP_PORT=8080
HTTPS_PORT=8443
# SSL (path of SSL cert)
SSL_CERT=
SSL_KEY=
# <!> Security Information (KEEP IN SECRET)
TOKEN_SECRET=AP!_$ECRET
TOKEN_TTL=86400