Skip to content

Commit

Permalink
Merge pull request #527 from LaDen2/docs/update
Browse files Browse the repository at this point in the history
docs: update README
  • Loading branch information
Abdur-rahmaanJ authored Jul 15, 2024
2 parents ce15457 + a457117 commit f2149e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ If you need further assistance, ping [@contributor](https://discord.gg/k37Ef6w)

- When I initialise the app, I get an error related to MySQL (ie: a Connection Error)

In `config.py`, make sure you have a database URI
In `instance/config.py`, make sure you have a database URI

```
SQLALCHEMY_DATABASE_URI = "mysql+pymysql://{username}:{password}@{server_name}/{db_name}".format(
Expand Down

0 comments on commit f2149e6

Please sign in to comment.