set a default connection string

This commit is contained in:
2019-01-04 22:07:45 +00:00
parent b3374b9420
commit 0748b29144

View File

@ -43,7 +43,10 @@
}
},
"Data": {
"DevConnection": {
"DefaultConnection": {
"ConnectionString": "Server=localhost;Port=5432;Database=YavscDev;Username=yavscdev;Password=admin;"
},
"DevConnection": {
"Database":"postgres",
"Server": "localhost",
"Port": 5432,
@ -109,4 +112,4 @@
"ClientSecret": "2tP84RWq6VkY4iwgQE9Rb75Nc5lmdX6XU2ppNMxF4h7ErBCbyg"
}
}
}
}