We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0387505 commit 151bdf6Copy full SHA for 151bdf6
Server-side/appsettings.json
@@ -7,6 +7,6 @@
7
},
8
"AllowedHosts": "*",
9
"ConnectionStrings": {
10
- "DefaultConnection": "Host=localhost;Port=5432;Username=<username>;Password=<password>;Database=<database name>"
+ "DefaultConnection": "<CONNECTION STRING>"
11
}
12
0 commit comments