mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
132 B
11 lines
132 B
6 years ago
|
port: 3000
|
||
6 years ago
|
bindIP: 0.0.0.0
|
||
6 years ago
|
db:
|
||
6 years ago
|
type: mariadb
|
||
6 years ago
|
host: db
|
||
6 years ago
|
port: 3306
|
||
6 years ago
|
user: wikijs
|
||
|
pass: wikijsrocks
|
||
|
db: wiki
|
||
|
logLevel: info
|