Fix missing configuration keys

This commit is contained in:
Nicolas Le Goff
2014-05-28 13:09:14 +02:00
parent c078c18f7e
commit 534f69b655
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ main:
servername: 'http://local.phrasea/'
maintenance: false
languages: []
key: ''
database:
host: 127.0.0.1
port: 3306
@@ -154,3 +155,6 @@ api_cors:
expose_headers: []
max_age: 0
hosts: []
session:
idle: 0
lifetime: 604800 # 1 week

View File

@@ -2,6 +2,7 @@ main:
servername: 'http://local.phrasea/'
maintenance: false
languages: []
key: ''
database:
host: 'sql-host'
port: 3306