feat: config wizard save
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#######################################################################
|
||||
# Wiki.js - CONFIGURATION #
|
||||
#######################################################################
|
||||
# Full explanation + examples in the documentation:
|
||||
# Full documentation + examples:
|
||||
# https://docs.requarks.io/wiki/install
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
@@ -39,11 +39,18 @@ redis:
|
||||
db: 0
|
||||
password: null
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# Log Level
|
||||
# ---------------------------------------------------------------------
|
||||
# Possible values: error, warn, info (default), verbose, debug, silly
|
||||
|
||||
logLevel: info
|
||||
|
||||
# ---------------------------------------------------------------------
|
||||
# Configuration Mode
|
||||
# ---------------------------------------------------------------------
|
||||
# Possible values:
|
||||
# - interactive (default)
|
||||
# - interactive (recommended)
|
||||
# - file
|
||||
|
||||
configMode: interactive
|
||||
|
||||
Reference in New Issue
Block a user