This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
pwt-0x01-ng/Properties/launchSettings.json

15 lines
590 B
JSON
Raw Permalink Normal View History

2020-10-26 21:58:35 +01:00
{
"profiles": {
"pwt_0x01_ng": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
2020-10-26 21:58:35 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"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;"
2020-10-26 21:58:35 +01:00
}
}
}
}