aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Properties
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2020-08-01 20:14:34 +0200
committerivarlovlie <git@ivarlovlie.no>2020-08-01 20:14:34 +0200
commita800b3b9f18ae3e8ab030c30c5d7b6504f2a5ebb (patch)
tree68ffcdb7a2b42418ff1c4818d0b2cd5af41d5fa2 /src/server/Properties
downloaddough-a800b3b9f18ae3e8ab030c30c5d7b6504f2a5ebb.tar.xz
dough-a800b3b9f18ae3e8ab030c30c5d7b6504f2a5ebb.zip
Initial commit
Diffstat (limited to 'src/server/Properties')
-rw-r--r--src/server/Properties/launchSettings.json12
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"
+ }
+ }
+ }
+}