From 606b962d63bd32b3baa6f515e4ee3545653a82e1 Mon Sep 17 00:00:00 2001 From: jeroen Date: Mon, 12 Sep 2022 16:33:24 +0200 Subject: [PATCH] ADDED SAMPLE CONF --- .env.sample | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 .env.sample diff --git a/.env.sample b/.env.sample new file mode 100755 index 0000000..a6aff0f --- /dev/null +++ b/.env.sample @@ -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!