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