Add configuration option to disable SSL requirement on API

This commit is contained in:
Thibaud Fabre
2016-05-24 15:38:59 +02:00
parent e37437084b
commit 888a2b4bb6
4 changed files with 9 additions and 2 deletions

View File

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