File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -66,4 +66,8 @@ QUEUE_CONNECTION=sync
6666SESSION_DRIVER = file
6767SESSION_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
Original file line number Diff line number Diff line change @@ -65,3 +65,9 @@ CACHE_DRIVER=file
6565QUEUE_CONNECTION=sync
6666SESSION_DRIVER=file
6767SESSION_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
You can’t perform that action at this time.
0 commit comments