Update definition

refs: 5a0a297634
This commit is contained in:
Acid Chicken (硫酸鶏) 2019-03-10 17:17:25 +09:00 committed by GitHub
parent 98ec5d0a9a
commit a63ff4f660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,9 @@ export default function load() {
[optional]: true,
host: 'string!',
port: 'number!',
pass: 'string!'
pass: 'string!',
db: 'number!?',
prefix: 'string!?'
},
autoAdmin: 'boolean!?',
proxy: 'string!?',