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.

15 lines
338B

  1. # This config file contains the environment variables for the application and for the database
  2. # Flask variables
  3. FLASK_APP=app
  4. FLASK_RUN_HOST=0.0.0.0
  5. FLASK_ENV=development
  6. SECRET_KEY=
  7. DATABASE_URL=sqlite:///db.sqlite
  8. # MariaDB variables (for production only)
  9. MYSQL_ROOT_PASSWORD=
  10. MYSQL_DATABASE=toolkit
  11. MYSQL_USER=flask
  12. MYSQL_PASSWORD=