Browse Source

moved prod config to default

tags/v0.1.0
Robin Thoni 8 years ago
parent
commit
8d34e48204
2 changed files with 3 additions and 5 deletions
  1. 0
    5
      WebTest/appsettings.Production.json
  2. 3
    0
      WebTest/appsettings.json

+ 0
- 5
WebTest/appsettings.Production.json View File

1
-{
2
-    "ConnectionStrings": {
3
-        "default":  "User ID=POSTGRES_USER;Password=POSTGRES_PASSWORD;Host=POSTGRES_HOST;Port=POSTGRES_PORT;Database=POSTGRES_DB;Pooling=true;"
4
-    }
5
-}

+ 3
- 0
WebTest/appsettings.json View File

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

Loading…
Cancel
Save