You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- # This config file contains the environment variables for the application and for the database
 - 
 - # Flask variables
 - FLASK_APP=app
 - FLASK_RUN_HOST=0.0.0.0
 - FLASK_ENV=development
 - SECRET_KEY=
 - DATABASE_URL=sqlite:///db.sqlite
 - 
 - # MariaDB variables (for production only)
 - MYSQL_ROOT_PASSWORD=
 - MYSQL_DATABASE=toolkit
 - MYSQL_USER=flask
 - MYSQL_PASSWORD=
 
 
  |