Skip to content

Commit

Permalink
Merge pull request #11 from CIAT-DAPA/develop
Browse files Browse the repository at this point in the history
readme updated
  • Loading branch information
CarlosNasayo authored Sep 22, 2023
2 parents e9bd4b3 + 697a6e1 commit 9942f46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pip install -r requirements.txt
5. Running api

````sh
python api.py
python wpapi.py
````

## Usage
Expand Down
2 changes: 1 addition & 1 deletion src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
if os.getenv('DEBUG', "true").lower() == "true":
config['DEBUG'] = True
config['HOST'] = 'localhost'
config['PORT'] = 5001
config['PORT'] = 5000
config['CONNECTION_DB']='mongodb://root:s3cr3t@localhost:27017/waterpoints?authSource=admin'
else:
config['DEBUG'] = False
Expand Down

0 comments on commit 9942f46

Please sign in to comment.