Welcome to the benchmark-scoreboard wiki!
Environment Variables
BSFLASK_ENV - Will set the application configuration settings. Can have the one of the following values testing
, development
and production
. The configuration settings are defined in src/config.py
BSFLASK_MYSQL_USERNAME - The username used to connect to the MySQL database.
BSFLASK_MYSQL_PASSWORD - The password that is used in pair with the username to connect to the MySQL database.
BSFLASK_MYSQL_HOSTNAME - The MySQL server's IP address. Can be localhost
if MySQL is installed on the same host.
BSFLASK_MYSQL_DATABASE - The database name for the app.