add env vars
This commit is contained in:
parent
ffd3c89c1e
commit
2a3d5486e9
2 changed files with 6 additions and 1 deletions
4
.env-dev
4
.env-dev
|
|
@ -8,7 +8,7 @@ App_HTTP_HOST=localhost
|
||||||
App_HTTP_PORT=8080
|
App_HTTP_PORT=8080
|
||||||
App_USE_HTTPS=false
|
App_USE_HTTPS=false
|
||||||
App_USE_LETSENCRYPT=false
|
App_USE_LETSENCRYPT=false
|
||||||
App_USE_CORESERVICES=false
|
App_USE_CORESERVICES=true
|
||||||
APP_LETSENCRYPT_EMAIL=mail@example.com
|
APP_LETSENCRYPT_EMAIL=mail@example.com
|
||||||
App_HTTPS_HOSTS=example.com, www.example.com
|
App_HTTPS_HOSTS=example.com, www.example.com
|
||||||
App_REDIRECT_HTTP_TO_HTTPS=false
|
App_REDIRECT_HTTP_TO_HTTPS=false
|
||||||
|
|
@ -19,6 +19,8 @@ App_KEY_FILE_PATH=tls/server.key
|
||||||
###### TEMPLATES ######
|
###### TEMPLATES ######
|
||||||
#######################################
|
#######################################
|
||||||
TEMPLATE_ENABLE=true
|
TEMPLATE_ENABLE=true
|
||||||
|
APP_ENABLE=true
|
||||||
|
CDNEnable=false
|
||||||
COOKIE_SECRET=13d6b4dff8f84a10851021ec8608f814570d562c92fe6b5ec4c9f595bcb3234b
|
COOKIE_SECRET=13d6b4dff8f84a10851021ec8608f814570d562c92fe6b5ec4c9f595bcb3234b
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,9 @@ App_KEY_FILE_PATH=tls/server.key
|
||||||
#######################################
|
#######################################
|
||||||
TEMPLATE_ENABLE=true
|
TEMPLATE_ENABLE=true
|
||||||
COOKIE_SECRET=13d6b4dff8f84a10851021ec8608f814570d562c92fe6b5ec4c9f595bcb3234b
|
COOKIE_SECRET=13d6b4dff8f84a10851021ec8608f814570d562c92fe6b5ec4c9f595bcb3234b
|
||||||
|
APP_ENABLE=true
|
||||||
|
CDNEnable=false
|
||||||
|
|
||||||
|
|
||||||
#######################################
|
#######################################
|
||||||
###### JWT ######
|
###### JWT ######
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue