Skip to content

Commit

Permalink
Minor change config_test.js.template
Browse files Browse the repository at this point in the history
  • Loading branch information
apozohue10 committed Feb 28, 2019
1 parent 2fd85b2 commit 37fa8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/config_test.js.template
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ function to_array(env, default_value){
config.port = (process.env.IDM_PORT || 3000 );
config.host = (process.env.IDM_HOST || 'http://localhost:' + config.port);

config.debug = to_boolean(process.env.IDM_DEBUG, true);
config.debug = to_boolean(process.env.IDM_DEBUG, false);

// HTTPS enable
config.https = {
Expand Down

0 comments on commit 37fa8fa

Please sign in to comment.