Migrate services part
This commit is contained in:
		
							parent
							
								
									7c59e4ae57
								
							
						
					
					
						commit
						73bce8f6e5
					
				
					 157 changed files with 3883 additions and 9 deletions
				
			
		
							
								
								
									
										31
									
								
								roles/webdis/files/webdis.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								roles/webdis/files/webdis.json
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,31 @@ | |||
| { | ||||
|     "redis_host":	"redis", | ||||
| 
 | ||||
|     "redis_port":	6379, | ||||
|     "redis_auth":	null, | ||||
| 
 | ||||
|     "http_host":	"0.0.0.0", | ||||
|     "http_port":	7379, | ||||
| 
 | ||||
|     "threads":	5, | ||||
|     "pool_size": 20, | ||||
| 
 | ||||
|     "daemonize":	false, | ||||
|     "websockets":	false, | ||||
| 
 | ||||
|     "database":	0, | ||||
| 
 | ||||
|     "acl": [ | ||||
|         { | ||||
|             "disabled":	["DEBUG"] | ||||
|         }, | ||||
| 
 | ||||
|         { | ||||
|             "http_basic_auth":	"user:password", | ||||
|             "enabled":		["DEBUG"] | ||||
|         } | ||||
|     ], | ||||
| 
 | ||||
|     "verbosity": 4, | ||||
|     "logfile": "/dev/stderr" | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue