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 350798f commit 4ce5a4dCopy full SHA for 4ce5a4d
Server-side/appsettings.json
@@ -6,10 +6,7 @@
6
}
7
},
8
"AllowedHosts": "*",
9
- //"ConnectionStrings": {
10
- // "DefaultConnection": "Host=localhost;Port=5432;Username=postgres;Password=<password>;Database=<database name>"
11
- //}
12
"ConnectionStrings": {
13
- "DefaultConnection": "Host=localhost;Port=5432;Username=postgres;Password=ramravy_;Database=documentstorage"
+ "DefaultConnection": "Host=localhost;Port=5432;Username=postgres;Password=<password>;Database=<database name>"
14
15
0 commit comments