Skip to content

Commit

Permalink
Appsettings cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mdima committed Apr 8, 2024
1 parent 35e9372 commit f11fbaa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Visual Trace Route
C# ASP.NET Core 8.0 Visual Trace Route Web Application
![Visual Trace Route Screenshot](screenshot.jpg)
![Visual Trace Route Screenshot](https://github.com/mdima/traceroute/blob/master/screenshot.png?raw=true)

Based on the original repository: https://github.com/bencorn/traceroute

Expand Down
4 changes: 1 addition & 3 deletions TraceRoute/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
"Microsoft": "Information"
}
},
"AppSettings": {
"GoogleMapsAPIKey": "AIzaSyC3_qpcc_KBDrDYW3PkhrCi-jHhdqTRFVg"
}
"AppSettings": { }
}
4 changes: 1 addition & 3 deletions TraceRoute/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@
"Default": "Warning"
}
},
"AppSettings": {
"GoogleMapsAPIKey": "AIzaSyDmKO6Trs7GiYjSQhhijkmBhq-xe1zaoSo"
}
"AppSettings": { }
}

0 comments on commit f11fbaa

Please sign in to comment.