version 2 for today
This commit is contained in:
		@@ -43,7 +43,7 @@ api_opts = [
 | 
				
			|||||||
               default='0.0.0.0',
 | 
					               default='0.0.0.0',
 | 
				
			||||||
               help='Listen address.'),
 | 
					               help='Listen address.'),
 | 
				
			||||||
    cfg.IntOpt('bind-port',
 | 
					    cfg.IntOpt('bind-port',
 | 
				
			||||||
               default='80',
 | 
					               default='8080',
 | 
				
			||||||
               help='Bind port.'),
 | 
					               help='Bind port.'),
 | 
				
			||||||
    cfg.StrOpt('database-url',
 | 
					    cfg.StrOpt('database-url',
 | 
				
			||||||
               default='sqlite:////tmp/sqlite.db',
 | 
					               default='sqlite:////tmp/sqlite.db',
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -39,7 +39,7 @@ CONF = cfg.CONF
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
worker_opts = [
 | 
					worker_opts = [
 | 
				
			||||||
    cfg.StrOpt('endpoint-url',
 | 
					    cfg.StrOpt('endpoint-url',
 | 
				
			||||||
               default='http://localhost',
 | 
					               default='http://localhost:8080',
 | 
				
			||||||
               help='API connection URL')
 | 
					               help='API connection URL')
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user