Skip to content

Commit

Permalink
Update app settings
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Sep 28, 2023
1 parent 6530c28 commit 869a48a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
10 changes: 4 additions & 6 deletions src/CompanyXHumanResources/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
//"TrinsicCompanyXHumanResourcesOptions": {
// "Ecosystem": "--in-youe-secrets--",
// "ApiKey": "--in-youe-secrets--"
//},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
Expand Down
1 change: 0 additions & 1 deletion src/TrinsicV2WebWallet/TrinsicV2WebWallet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>42d747b3-2509-4b2e-8e16-9400f07ca45a</UserSecretsId>
</PropertyGroup>

<ItemGroup>
Expand Down
6 changes: 0 additions & 6 deletions src/TrinsicV2WebWallet/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Serilog": {
"MinimumLevel": {
"Default": "Debug",
Expand Down
3 changes: 3 additions & 0 deletions src/University/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//"TrinsicOptions": {
// "Ecosystem": "--in-your-user-secrets--",
// "ApiKey": "--in-your-user-secrets--"
// "IssuerAuthToken": "--in-your-user-secrets--",
// "IssuerWalletId": "--in-your-user-secrets--",
//},
"ConnectionStrings": {
"DefaultConnection": "Data Source=.;Initial Catalog=UniversitySsi;Integrated Security=True;TrustServerCertificate=True;"
Expand All @@ -12,6 +14,7 @@
"TenantId": "5698af84-5720-4ff0-bdc3-9d9195314244",
"ClientId": "3f1d78ea-06d6-4d77-909f-4d398388e900",
"CallbackPath": "/signin-oidc"
//"ClientSecret": "--in-your-secrets--"
},
"Serilog": {
"MinimumLevel": {
Expand Down

0 comments on commit 869a48a

Please sign in to comment.