Skip to content

Commit

Permalink
changing serving path back
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed May 7, 2024
1 parent 280fbe7 commit 5e9b449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AasxServerBlazor/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"AasxServerBlazor": {
"commandName": "Project",
"commandLineArgs": "--no-security --secret-string-api 1234 --aasx-in-memory 1000 --data-path \"C:\\Users\\7wrmhx\\Downloads\\Krohne OneDrive_1_2.4.2024\" --edit --external-blazor http://localhost:5001",
"commandLineArgs": "--no-security --secret-string-api 1234 --aasx-in-memory 1000 --data-path \"C:\\Development\" --edit --external-blazor http://localhost:5001",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
Expand Down

0 comments on commit 5e9b449

Please sign in to comment.