diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -36,7 +36,10 @@ For testing it just run: python app.py ``` -The database is in the sqlite file `khanindexer.db` at the root of the project. +## Database + +The database used for this project is PostgreSQL, you can update login +information in `config.py` file. # Indexing |