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.
 
 
 

17 lines
410 B

# -----------------------------------
# HTTP Server Configuration
# -----------------------------------
# HTTP_BASE_URL=/
# HTTP_CORS_ORIGIN=*
# HTTP_BODY_LIMIT_SIZE=8m
# HTTP_GZIP_LEVEL=1
# -----------------------------------
# Authentication Configuration
# -----------------------------------
# AUTH_BASIC_USERNAME=admin
# AUTH_BASIC_PASSWORD=password
# AUTH_JWT_SECRET=secret
# AUTH_JWT_EXPIRED_HOUR=24