Ver código fonte

moved prod config to default

tags/v0.1.0
Robin Thoni 7 anos atrás
pai
commit
8d34e48204
2 arquivos alterados com 3 adições e 5 exclusões
  1. 0
    5
      WebTest/appsettings.Production.json
  2. 3
    0
      WebTest/appsettings.json

+ 0
- 5
WebTest/appsettings.Production.json Ver arquivo

@@ -1,5 +0,0 @@
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 Ver arquivo

@@ -6,5 +6,8 @@
6 6
                 "System": "Information",
7 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
 }

Carregando…
Cancelar
Salvar