mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-16 11:17:24 +02:00
Added keys to default config
This commit is contained in:
parent
bffbd3f443
commit
c673b44b6d
4
.env
4
.env
@ -66,4 +66,8 @@ QUEUE_CONNECTION=sync
|
|||||||
SESSION_DRIVER=file
|
SESSION_DRIVER=file
|
||||||
SESSION_LIFETIME=120
|
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
|
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
|
QUEUE_CONNECTION=sync
|
||||||
SESSION_DRIVER=file
|
SESSION_DRIVER=file
|
||||||
SESSION_LIFETIME=120
|
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