diff options
| author | Jake Mannens <jake@asger.xyz> | 2024-09-20 16:13:30 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2024-10-28 14:53:04 +1100 |
| commit | 7c6009abd22d8461039be15d0fd069a460340585 (patch) | |
| tree | 580890eacc1ae2d86ee3f95927e3aed47bb12c96 /Properties | |
v0.1v0.1
Diffstat (limited to 'Properties')
| -rw-r--r-- | Properties/launchSettings.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json new file mode 100644 index 0000000..76b65da --- /dev/null +++ b/Properties/launchSettings.json @@ -0,0 +1,11 @@ +{ + "profiles": { + "PagerParser": { + "commandName": "Project", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + }, + "applicationUrl": "https://localhost:2979;http://localhost:2980" + } + } +}
\ No newline at end of file |
