Skip to content
Snippets Groups Projects
Commit c546e2cb authored by Antoine Lambert's avatar Antoine Lambert
Browse files

config: debug must be False by default

Value was turned to True in commit rDWAPPS0bc0934bca8ee36bcb1e2f8ef57c951fd5c6acca
so turn it back to False.

Closes T1053
parent c0119c25
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ DEFAULT_CONFIG = {
}),
'vault': ('string', 'http://127.0.0.1:5005/'),
'log_dir': ('string', '/tmp/swh/log'),
'debug': ('bool', True),
'debug': ('bool', False),
'host': ('string', '127.0.0.1'),
'port': ('int', 5004),
'secret_key': ('string', 'development key'),
......
  • Phabricator Migration user @phabricator-migration ·
    Owner

    Some references in the commit message have been migrated:

    • T1053 is now swh/infra/sysadm-environment#1053
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