Skip to content

Commit b46fab9

Browse files
committed
Added new option to env config
1 parent e93c58f commit b46fab9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.env

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,8 @@ SESSION_LIFETIME=120
7070
#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta.
7171
JOIN_BETA=false
7272
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
73-
SKIP_UPDATE_BACKUP=false
73+
SKIP_UPDATE_BACKUP=false
74+
75+
#=CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php).
76+
#=You can read more about this config at https://llc.bio/advanced-config.
77+
CUSTOM_META_TAGS=false

storage/backups/default_settings

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ALLOW_USER_HTML=false
2323
#App Settings=Changes settings regarding your LittleLink Custom installation. You probably only want to change the App Name setting.
2424
#=App_Name changes the displayed name for the App in the title, for example.
2525
APP_NAME="LittleLink Custom"
26-
APP_KEY=base64:YOU+MUST+CHANGE+THIS+YUFukELiN6Bk9gQ19+9zwk=
26+
APP_KEY=
2727
#=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.
2828
APP_URL=
2929

@@ -70,4 +70,8 @@ SESSION_LIFETIME=120
7070
#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta.
7171
JOIN_BETA=false
7272
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
73-
SKIP_UPDATE_BACKUP=false
73+
SKIP_UPDATE_BACKUP=false
74+
75+
#=CUSTOM_META_TAGS either true or false. Used to enable setting in advanced config file (config/advanced-config.php).
76+
#=You can read more about this config at https://llc.bio/advanced-config.
77+
CUSTOM_META_TAGS=false

0 commit comments

Comments
 (0)