set a default connection string

main
Paul Schneider 7 years ago
parent b3374b9420
commit 0748b29144
1 changed files with 5 additions and 2 deletions

@ -43,6 +43,9 @@
} }
}, },
"Data": { "Data": {
"DefaultConnection": {
"ConnectionString": "Server=localhost;Port=5432;Database=YavscDev;Username=yavscdev;Password=admin;"
},
"DevConnection": { "DevConnection": {
"Database":"postgres", "Database":"postgres",
"Server": "localhost", "Server": "localhost",

Loading…