diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2020-08-01 20:14:34 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2020-08-01 20:14:34 +0200 |
| commit | a800b3b9f18ae3e8ab030c30c5d7b6504f2a5ebb (patch) | |
| tree | 68ffcdb7a2b42418ff1c4818d0b2cd5af41d5fa2 /src/server/Properties/launchSettings.json | |
| download | dough-a800b3b9f18ae3e8ab030c30c5d7b6504f2a5ebb.tar.xz dough-a800b3b9f18ae3e8ab030c30c5d7b6504f2a5ebb.zip | |
Initial commit
Diffstat (limited to 'src/server/Properties/launchSettings.json')
| -rw-r--r-- | src/server/Properties/launchSettings.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/server/Properties/launchSettings.json b/src/server/Properties/launchSettings.json new file mode 100644 index 0000000..2b071f3 --- /dev/null +++ b/src/server/Properties/launchSettings.json @@ -0,0 +1,12 @@ +{
+ "$schema": "http://json.schemastore.org/launchsettings.json",
+ "profiles": {
+ "MoneyManager": {
+ "commandName": "Project",
+ "applicationUrl": "https://localhost:5002;http://localhost:5001",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}
|
