Skip to content

Commit

Permalink
Make Readname lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Dec 3, 2020
1 parent bd55c20 commit bb7ac26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md → readme.md
Expand Up @@ -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",
Expand Down

0 comments on commit bb7ac26

Please sign in to comment.