1
0
Fork 0
forked from goffee/cup

support to new log system

This commit is contained in:
Zeni Kim 2026-05-06 16:07:55 -05:00
parent a7310b24d5
commit f320c1d238
3 changed files with 22 additions and 0 deletions

View file

@ -14,6 +14,8 @@ App_HTTPS_HOSTS=example.com, www.example.com
App_REDIRECT_HTTP_TO_HTTPS=false
App_CERT_FILE_PATH=tls/server.crt
App_KEY_FILE_PATH=tls/server.key
LOG_STDOUT_ENABLE=true
LOG_LEVEL=debug
#######################################
###### TEMPLATES ######