diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-10 17:13:52 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-10 17:13:52 +0200 |
| commit | b9e8b4e7b8d8fc2c6b5d21370e4ec389e4d2c02a (patch) | |
| tree | e5fe1d488a0ed534d207bcd0e6cd6b6454204ba6 /API/appsettings.json | |
| parent | 123d1534a70d7909eca234f85f95538c538f6085 (diff) | |
| download | DevHive-b9e8b4e7b8d8fc2c6b5d21370e4ec389e4d2c02a.tar DevHive-b9e8b4e7b8d8fc2c6b5d21370e4ec389e4d2c02a.tar.gz DevHive-b9e8b4e7b8d8fc2c6b5d21370e4ec389e4d2c02a.zip | |
Trying to implement AutoMapper
Diffstat (limited to 'API/appsettings.json')
| -rw-r--r-- | API/appsettings.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/API/appsettings.json b/API/appsettings.json index b13eb27..31c8109 100644 --- a/API/appsettings.json +++ b/API/appsettings.json @@ -1,5 +1,5 @@ {
- "ConnectionString" : {
+ "ConnectionStrings" : {
"DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
},
"Logging": {
|
