Don't commit secrets to a git repository (!?)
This commit is contained in:
parent
d90a3e9b63
commit
25347cbe61
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -452,3 +452,5 @@ $RECYCLE.BIN/
|
||||||
!.vscode/tasks.json
|
!.vscode/tasks.json
|
||||||
!.vscode/launch.json
|
!.vscode/launch.json
|
||||||
!.vscode/extensions.json
|
!.vscode/extensions.json
|
||||||
|
|
||||||
|
PhoneToolMX/appsettings.*.json
|
||||||
|
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue