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.

16 satır
363B

  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_DEBUG=
  6. SECRET_KEY=
  7. DATABASE_URL=mysql+pymysql://MYSQL_USER:MYSQL_PASSWORD@mariadb/compendium
  8. SSL_SCHEME=
  9. # MariaDB variables
  10. MYSQL_ROOT_PASSWORD=
  11. MYSQL_DATABASE=compendium
  12. MYSQL_USER=flask
  13. MYSQL_PASSWORD=