You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#=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.
28
28
APP_URL=
29
29
@@ -70,4 +70,8 @@ SESSION_LIFETIME=120
70
70
#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta.
71
71
JOIN_BETA=false
72
72
#=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.
0 commit comments