chore: add db connstring (dev) to launchSettings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-02-16 16:34:10 +01:00
parent 0dfead8388
commit 4c6efbc830
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -6,7 +6,8 @@
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation",
"DB_CONNECTION_STRING": "User ID=postgres;Password=679968312e029a806c1905c40ec331aa199a1eb86bd0b9eb04057933e449bdc9ef8ef292a39b68cafa5689c901a17266;Server=localhost;Port=5433;Database=pwt;Integrated Security=true;Pooling=true;"
}
}
}