-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Denis edited this page Apr 21, 2017
·
4 revisions
Welcome to the benchmark-scoreboard wiki!
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.