Skip to content

Commit

Permalink
fix env string
Browse files Browse the repository at this point in the history
  • Loading branch information
FantWings committed Aug 31, 2021
1 parent fd504d0 commit f369a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class FlaskConfig(object):
getenv("SQL_PASS", ""),
getenv("SQL_HOST", "127.0.0.1"),
getenv("SQL_PORT", "3306"),
getenv("SQL_DB", "BaseName"),
getenv("SQL_BASE", "BaseName"),
)
else:
database_uri = False
Expand Down

0 comments on commit f369a6b

Please sign in to comment.