Skip to content

Commit e0101bc

Browse files
authored
Update dev_setup.md
1 parent 289ab3d commit e0101bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev_setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Add the following to your user secrets:
1515
```json
1616
{
1717
"ConnectionStrings": {
18-
"DockiUpDatabase": "Server=localhost;Port=3307;Database=dockiupdb-dev;User=postgres;Password=d4vpas8w0rd13!!!;"
18+
"DockiUpDatabase": "Host=localhost;Port=5432;Database=dockiupdb-dev;Username=postgres;Password=d4vpas8w0rd13!!!;"
1919
},
2020
"SystemPaths": {
2121
"DockerSocket": "",

0 commit comments

Comments
 (0)