diff --git a/README.md b/readme.md similarity index 98% rename from README.md rename to readme.md index e55e086..2901f1a 100644 --- a/README.md +++ b/readme.md @@ -54,7 +54,7 @@ Here's a sample ```conf.json``` you can use: ```json { "appSiteURL": "http://localhost:5000", - "dbConnectionString": "postgresql://postgres:postgres@localhost:5432/databasename?sslmode=disable", + "dbConnectionString": "postgresql://username:password@localhost:5432/databasename?sslmode=disable", "jwtSecret": "ChangeMeForProduction", "port": "5000", "emailFrom": "no-reply@example.com",