aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Properties
diff options
context:
space:
mode:
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"
+ }
+ }
+ }
+}