1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-04-10 16:41:06 +02:00

Added new option to env config

This commit is contained in:
Julian Prieber 2022-06-10 15:32:04 +02:00
parent e93c58fea0
commit b46fab95be
2 changed files with 11 additions and 3 deletions
.env
storage/backups

4
.env

@ -71,3 +71,7 @@ SESSION_LIFETIME=120
JOIN_BETA=false
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
SKIP_UPDATE_BACKUP=false
#=CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php).
#=You can read more about this config at https://llc.bio/advanced-config.
CUSTOM_META_TAGS=false

@ -23,7 +23,7 @@ ALLOW_USER_HTML=false
#App Settings=Changes settings regarding your LittleLink Custom installation. You probably only want to change the App Name setting.
#=App_Name changes the displayed name for the App in the title, for example.
APP_NAME="LittleLink Custom"
APP_KEY=base64:YOU+MUST+CHANGE+THIS+YUFukELiN6Bk9gQ19+9zwk=
APP_KEY=
#=The APP_URL should be left empty under most circumstances. This setting is not required for LittleLink Custom, and you should only change this if required for your setup.
APP_URL=
@ -71,3 +71,7 @@ SESSION_LIFETIME=120
JOIN_BETA=false
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
SKIP_UPDATE_BACKUP=false
#=CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php).
#=You can read more about this config at https://llc.bio/advanced-config.
CUSTOM_META_TAGS=false