Skip to content

Commit

Permalink
update example_config
Browse files Browse the repository at this point in the history
  • Loading branch information
annamunhoz committed Oct 30, 2019
1 parent 278bdd2 commit 31ff1be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_config.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change DBNAME, DBUSER, DBPASSWORD and DBHOST
# Change the name of the file for config.py
DBNAME = "dbname"
DBUSER = "dbuser"
DBUSER = "postgres"
DBPASSWORD = "dbpassword"
DBHOST = "dbhost"
DBHOST = "127.0.0.1"

0 comments on commit 31ff1be

Please sign in to comment.