No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
12345678 |
- # 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=f9DWPyF70N
- DATABASE_URL=sqlite:///db.sqlite
|