This commit is contained in:
Zeni Kim 2024-09-16 19:00:50 -05:00
parent 986121ef0d
commit 3e8ae397d8
2 changed files with 4 additions and 84 deletions

View file

@ -1,11 +1,11 @@
#######################################
###### App ######
#######################################
APP_NAME=GoCondor
APP_NAME=Cup
APP_ENV=local # local | testing | production
APP_DEBUG_MODE=true
App_HTTP_HOST=localhost
App_HTTP_PORT=80
App_HTTP_PORT=8080
App_USE_HTTPS=false
App_USE_LETSENCRYPT=false
APP_LETSENCRYPT_EMAIL=mail@example.com
@ -18,12 +18,12 @@ App_KEY_FILE_PATH=tls/server.key
###### JWT ######
#######################################
JWT_SECRET=dkfTgonmgaAdlgkw
JWT_LIFESPAN_MINUTES=10080 # expires after 7 days
JWT_LIFESPAN_MINUTES=4320 # expires after 3 days
#######################################
###### DATABASE ######
#######################################
DB_DRIVER=mysql # mysql | postgres | sqlite
DB_DRIVER=sqlite # mysql | postgres | sqlite
#_____ MYSQL _____#
MYSQL_HOST=db-host-here
MYSQL_DB_NAME=db-name-here