Don't commit secrets to a git repository (!?)

This commit is contained in:
snow flurry 2023-10-17 22:09:42 -07:00
parent d90a3e9b63
commit 25347cbe61
2 changed files with 2 additions and 18 deletions

2
.gitignore vendored
View file

@ -452,3 +452,5 @@ $RECYCLE.BIN/
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
PhoneToolMX/appsettings.*.json

View file

@ -1,18 +0,0 @@
{
"Urls": "http://localhost:5001",
"ConnectionStrings": {
"DbConnection": "Host=yuuka.i.2ki.xyz; Database=ptmx_dev; Username=flurry; Password=PeE4PKpMUE2qPja4FyGrvB8FVArZKWa5YReFbfRW649chx38"
},
"OpenIdConnect": {
"ClientId": "3f2b1348-6d6b-4332-8c43-0a7a5707ccbf",
"ClientSecret": "gto_ljwf22pbzaop7tv6nv2upf6binv7siybye7xu5ytecfrdlils6ra",
"MetadataUrl": "https://git.2ki.xyz/.well-known/openid-configuration",
"Authority": "https://git.2ki.xyz"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}