Fixes configuration path
This commit is contained in:
parent
d8ccfeeb14
commit
6060bd6b07
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ To run `shortenit`, first we need to have a running database. Shortenit uses [Co
|
||||||
$ docker run -p 5984:5984 -d couchdb
|
$ docker run -p 5984:5984 -d couchdb
|
||||||
```
|
```
|
||||||
|
|
||||||
At this point, visit the local instance link [http://localhost:5984](http://localhost:5984/) and create the user credentials configured in [config/config.py](config/config.py).
|
At this point, visit the local instance link [http://localhost:5984](http://localhost:5984/) and create the user credentials configured in [config/config.yaml](config/config.yaml).
|
||||||
|
|
||||||
Once the database is up and running and the credentials have been created, shortenit can be ran.
|
Once the database is up and running and the credentials have been created, shortenit can be ran.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue