Remove debug
This commit is contained in:
		
							parent
							
								
									0229d5ee41
								
							
						
					
					
						commit
						125f5ca205
					
				@ -6,7 +6,7 @@ After=network.target
 | 
				
			|||||||
User=cgsserver
 | 
					User=cgsserver
 | 
				
			||||||
WorkingDirectory=/opt/tellme
 | 
					WorkingDirectory=/opt/tellme
 | 
				
			||||||
Environment=FLASK_CONFIG=production
 | 
					Environment=FLASK_CONFIG=production
 | 
				
			||||||
ExecStart=gunicorn -b 0.0.0.0:8080 --preload --workers=1 --threads=1 -t 300 --access-logfile /var/log/tellme/access.log --error-logfile /var/log/tellme/error.log tellmesrv:app
 | 
					ExecStart=waitress-serve --host=0.0.0.0 --port=8080 tellmesrv:app
 | 
				
			||||||
Restart=always
 | 
					Restart=always
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[Install]
 | 
					[Install]
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user