Skip to content

Commit

Permalink
Merge pull request #31 from FullStackMap/features/Rush
Browse files Browse the repository at this point in the history
Update app settings
  • Loading branch information
Dercraker authored Mar 31, 2024
2 parents 138583a + 00c27f6 commit 11420df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Map.Api/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
}
},
"CallsOrigins": [
"http://localhost:3000"
"http://localhost:3000",
"http://localhost:4173"
],
"ApplicationInsights": {
"ConnectionString": ""
Expand Down
6 changes: 5 additions & 1 deletion Map.Api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@
}
},
"apiVersion": "1.0",
"CallsOrigins": [],
"CallsOrigins": [
"http://localhost:3000",
"http://localhost:4173",
"http://from-a2b.fr"
],
"ConnectionStrings": {
"MAP_SQL": ""
},
Expand Down

0 comments on commit 11420df

Please sign in to comment.