Skip to content

Commit c673b44

Browse files
committed
Added keys to default config
1 parent bffbd3f commit c673b44

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.env

+5-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,8 @@ QUEUE_CONNECTION=sync
6666
SESSION_DRIVER=file
6767
SESSION_LIFETIME=120
6868

69-
JOIN_BETA=false
69+
#Updater Settings=Changes settings regarding the built-in updater.
70+
#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta.
71+
JOIN_BETA=false
72+
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
73+
SKIP_UPDATE_BACKUP=false

storage/backups/default_settings

+6
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,9 @@ CACHE_DRIVER=file
6565
QUEUE_CONNECTION=sync
6666
SESSION_DRIVER=file
6767
SESSION_LIFETIME=120
68+
69+
#Updater Settings=Changes settings regarding the built-in updater.
70+
#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta.
71+
JOIN_BETA=false
72+
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
73+
SKIP_UPDATE_BACKUP=false

0 commit comments

Comments
 (0)