Add sample config
This commit is contained in:
		
							
								
								
									
										10
									
								
								sample.config.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								sample.config.py
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,10 @@
 | 
				
			|||||||
 | 
					SECRET_KEY = "set this to something secret"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Set host and port to listen on
 | 
				
			||||||
 | 
					HOST = "localhost"
 | 
				
			||||||
 | 
					PORT = 5050
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Config for SocketIO and EngineIO
 | 
				
			||||||
 | 
					SOCKET_IO_CONFIG = {
 | 
				
			||||||
 | 
					    "cors_allowed_origins": "*"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user