mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 12:00:50 +01:00
Added keys to default config
This commit is contained in:
parent
bffbd3f443
commit
c673b44b6d
6
.env
6
.env
@ -66,4 +66,8 @@ QUEUE_CONNECTION=sync
|
||||
SESSION_DRIVER=file
|
||||
SESSION_LIFETIME=120
|
||||
|
||||
JOIN_BETA=false
|
||||
#Updater Settings=Changes settings regarding the built-in updater.
|
||||
#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta.
|
||||
JOIN_BETA=false
|
||||
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
|
||||
SKIP_UPDATE_BACKUP=false
|
@ -65,3 +65,9 @@ CACHE_DRIVER=file
|
||||
QUEUE_CONNECTION=sync
|
||||
SESSION_DRIVER=file
|
||||
SESSION_LIFETIME=120
|
||||
|
||||
#Updater Settings=Changes settings regarding the built-in updater.
|
||||
#=JOIN_BETA either true or false. Learn more about this setting at llc.bio/beta.
|
||||
JOIN_BETA=false
|
||||
#=SKIP_UPDATE_BACKUP either true or false. Skips backup before updating. Use at your own risk.
|
||||
SKIP_UPDATE_BACKUP=false
|
Loading…
x
Reference in New Issue
Block a user