remove secrets from source code

messaging
Tudor Stanciu 2022-11-22 18:11:19 +02:00
parent 51d6312838
commit 3c4130acbf
3 changed files with 8 additions and 12 deletions

View File

@ -7,6 +7,3 @@ APIs:
https://api.ipify.org?format=json https://api.ipify.org?format=json
https://ip.seeip.org/json https://ip.seeip.org/json
https://api.myip.com https://api.myip.com
- incearca sa faci cu WebClient. Vezi daca e mai bun ca HttpClient. Citeste pe net cum e recomandat sa fie folosite (dispose)
- vezi daca merita facut cu dependency injection. (inregistrare la startup in aplicatia consumator)

View File

@ -1,7 +1,6 @@
{ {
"ConnectionStrings": { "ConnectionStrings": {
//"DatabaseConnection": "***REMOVED***" //"DatabaseConnection": "Server=#######;Database=#######;User Id=#######;Password=#######;MultipleActiveResultSets=true"
//"DatabaseConnection": "***REMOVED***"
"DatabaseConnection": "Data Source={Workspace}\\NDB_TESTER.db" "DatabaseConnection": "Data Source={Workspace}\\NDB_TESTER.db"
}, },
"Logging": { "Logging": {

View File

@ -9,22 +9,22 @@ How to create nuget package from project:
6.2 Ex: dotnet nuget push NDB.Hosting.WindowsService.1.0.0.nupkg -k key -s http://stawebsrv/NuGetServer/nuget 6.2 Ex: dotnet nuget push NDB.Hosting.WindowsService.1.0.0.nupkg -k key -s http://stawebsrv/NuGetServer/nuget
####################################################################################################################################################### #######################################################################################################################################################
# Key: ***REMOVED*** # # Key: ****KEY**** #
####################################################################################################################################################### #######################################################################################################################################################
####################################################################################################################################################### #######################################################################################################################################################
Push packages: Push packages:
dotnet nuget push NDB.Application.DataContracts.1.0.0.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget dotnet nuget push NDB.Application.DataContracts.1.0.0.nupkg -k ****KEY**** -s https://toodle.ddns.net/public-nuget-server/nuget
dotnet nuget push NDB.Extensions.Swagger.1.0.4.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget dotnet nuget push NDB.Extensions.Swagger.1.0.4.nupkg -k ****KEY**** -s https://toodle.ddns.net/public-nuget-server/nuget
dotnet nuget push NDB.Extensions.Http.1.0.0.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget dotnet nuget push NDB.Extensions.Http.1.0.0.nupkg -k ****KEY**** -s https://toodle.ddns.net/public-nuget-server/nuget
dotnet nuget push NDB.Security.Authentication.Identity.1.0.7.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget dotnet nuget push NDB.Security.Authentication.Identity.1.0.7.nupkg -k ****KEY**** -s https://toodle.ddns.net/public-nuget-server/nuget
dotnet nuget push NDB.Extensions.Caching.1.0.1.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget dotnet nuget push NDB.Extensions.Caching.1.0.1.nupkg -k ****KEY**** -s https://toodle.ddns.net/public-nuget-server/nuget
dotnet nuget push NDB.Infrastructure.DatabaseMigration.1.1.3.nupkg -k ***REMOVED*** -s https://toodle.ddns.net/public-nuget-server/nuget dotnet nuget push NDB.Infrastructure.DatabaseMigration.1.1.3.nupkg -k ****KEY**** -s https://toodle.ddns.net/public-nuget-server/nuget
####################################################################################################################################################### #######################################################################################################################################################