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

settings: Use 5004 as default port for swh-web applications

parent e569b39e
No related branches found
Tags v0.0.125
Loading
......@@ -26,8 +26,8 @@ DEFAULT_CONFIG = {
'vault': ('string', 'http://127.0.0.1:5005/'),
'log_dir': ('string', '/tmp/swh/log'),
'debug': ('bool', False),
'host': ('string', '127.0.0.1'), # development property
'port': ('int', 5003), # development property
'host': ('string', '127.0.0.1'),
'port': ('int', 5004),
'secret_key': ('string', 'development key'),
'throttling': ('dict', {
'cache_uri': None, # production: memcached as cache (127.0.0.1:11211)
......
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