Browse Source

use default db port

tags/v0.1.0
Robin Thoni 7 years ago
parent
commit
130c7555bc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      WebTest/appsettings.json

+ 1
- 1
WebTest/appsettings.json View File

8
         }
8
         }
9
     },
9
     },
10
     "ConnectionStrings": {
10
     "ConnectionStrings": {
11
-        "default":  "User ID=POSTGRES_USER;Password=POSTGRES_PASSWORD;Host=POSTGRES_HOST;Port=POSTGRES_PORT;Database=POSTGRES_DB;Pooling=true;"
11
+        "default":  "User ID=POSTGRES_USER;Password=POSTGRES_PASSWORD;Host=POSTGRES_HOST;Port=5432;Database=POSTGRES_DB;Pooling=true;"
12
     }
12
     }
13
 }
13
 }

Loading…
Cancel
Save