Compare commits
3 Commits
master
...
a9338805e2
| Author | SHA1 | Date | |
|---|---|---|---|
| a9338805e2 | |||
| 7f82a288da | |||
| 8728d3028b |
@@ -41,8 +41,8 @@ class TestingConfig(Config):
|
|||||||
|
|
||||||
|
|
||||||
class ProductionConfig(Config):
|
class ProductionConfig(Config):
|
||||||
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://root:{h}@database/pitstops'.format(
|
SQLALCHEMY_DATABASE_URI = 'mysql+pymysql://pitstops:{h}@localhost/pitstops'.format(
|
||||||
h=os.environ.get('DATABASE_ENV_MYSQL_ROOT_PASSWORD'))
|
h=os.environ.get('MYSQL_PASSWORD'))
|
||||||
|
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|||||||
@@ -7,3 +7,4 @@ markdown
|
|||||||
Flask-Limiter
|
Flask-Limiter
|
||||||
requests
|
requests
|
||||||
email_validator
|
email_validator
|
||||||
|
gunicorn
|
||||||
Reference in New Issue
Block a user