Fix typo in api_disable param name

This commit is contained in:
Thibaud Fabre
2016-09-27 11:30:49 +02:00
parent c13e086120
commit 5666286e33
3 changed files with 3 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ main:
maintenance: false
key: ''
api_require_ssl: true
api_disabled: true
api_disable: true
database:
host: 'sql-host'
port: 3306