ADDED SAMPLE CONF

This commit is contained in:
Jeroen De Meerleer 2022-09-12 16:33:24 +02:00
parent f66dfa4fe6
commit 606b962d63
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 29 additions and 0 deletions

29
.env.sample Executable file
View File

@ -0,0 +1,29 @@
###############
### GENERAL ###
###############
## What kind of environment. Only use prod here.
APP_ENV=dev
## This is required by the framework. Please change it even though it's maybe not required
APP_SECRET=ImNotThatSecretPleaseChangeMe0123456789
################
### DATADIR ###
################
## This link defines where the files for the website should de located. It is a zip folder containing markdown files and assets in the assets dir
## All of this contained in a folder Website
DATADIR=
###################
### ENVIRONMENT ###
###################
## Unfortunatly, not everyone has the same timezone. 3:00PM in Sydney, does not mean it is 15:00 in Brussels.
## You can change this here. Need help? https://www.php.net/timezones
TZ=Europe/Brussels
## TRUSTED_PROXIES is a useful variable when using Docker and/or a reverse proxy.
## Set it to the IP address of your proxy. You can set to multiple proxies by comma-separating them
TRUSTED_PROXIES=127.0.0.1
## Now that everything is set up: go to your friends and get wasted!