Skip to content
Snippets Groups Projects
Commit 32455389 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

add host parameter back to mysql configuration - fixes accidental regression...

add host parameter back to mysql configuration - fixes accidental regression in commit 3f4368d2
parent 0764df0a
No related branches found
No related tags found
No related merge requests found
......@@ -91,6 +91,7 @@ var conf = module.exports = convict({
format: 'string?',
env: 'MYSQL_PASSWORD'
},
host: 'string?',
create_schema: 'boolean = true',
may_write: 'boolean = true',
name: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment