Skip to content
Snippets Groups Projects
Commit 6fd8c7d1 authored by Francois Marier's avatar Francois Marier
Browse files

Remove duplicate copies of the db password setting

The same lines appear a few lines up from here.
parent fea2ae63
No related branches found
No related tags found
No related merge requests found
......@@ -108,10 +108,6 @@ var conf = module.exports = convict({
format: 'string?',
env: 'DATABASE_NAME'
},
password: {
format: 'string?',
env: 'MYSQL_PASSWORD'
},
max_query_time_ms: {
format: 'integer = 5000',
doc: "The maximum amount of time we'll allow a query to run before considering the database to be sick",
......
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