Skip to content
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.

Commit

Permalink
TYPO IN SQLACHEMY_DATABASE_URI
Browse files Browse the repository at this point in the history
Missing second letter 'L' in SQLACHEMY_DATABASE_URI.
Should be SQLALCHEMY_DATABASE_URI
  • Loading branch information
vishbhalla authored Jul 25, 2017
1 parent 31c9e21 commit 55fde2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Security Monkey ships with a config for this quickstart guide called config.py.

Modify `env-config/config.py`:
- `FQDN`: Add the IP or DNS entry of your instance.
- `SQLACHEMY_DATABASE_URI`: This config assumes that you are using the local db option. If you setup AWS RDS or GCP Cloud SQL as your database, you will need to modify the SQLACHEMY_DATABASE_URI to point to your DB.
- `SQLALCHEMY_DATABASE_URI`: This config assumes that you are using the local db option. If you setup AWS RDS or GCP Cloud SQL as your database, you will need to modify the SQLALCHEMY_DATABASE_URI to point to your DB.
- `SECRET_KEY`: Something random.
- `SECURITY_PASSWORD_SALT`: Something random.

Expand Down

0 comments on commit 55fde2b

Please sign in to comment.