Skip to content

Commit e7f8312

Browse files
author
github-actions
committed
Revert "refactor(blazorapp): use Pascal json file"
This reverts commit 55c20ae.
1 parent d2a53c5 commit e7f8312

File tree

4 files changed

+65
-65
lines changed

4 files changed

+65
-65
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"LoggingOptions": {
3-
"Minimum": "Debug",
4-
"Filters": [
2+
"loggingOptions": {
3+
"minimum": "Debug",
4+
"filters": [
55
{
6-
"Category": "System",
7-
"Level": "Warning"
6+
"category": "System",
7+
"level": "Warning"
88
},
99
{
10-
"Category": "Microsoft",
11-
"Level": "Information"
10+
"category": "Microsoft",
11+
"level": "Information"
1212
}
1313
]
1414
},
15-
"ProviderOptions": {
16-
"PostLogoutRedirectUri": "https://localhost:5443/authentication/logout-callback",
17-
"RedirectUri": "https://localhost:5443/authentication/login-callback"
15+
"providerOptions": {
16+
"postLogoutRedirectUri": "https://localhost:5443/authentication/logout-callback",
17+
"redirectUri": "https://localhost:5443/authentication/login-callback"
1818
},
19-
"WelcomeContenUrl": "https://localhost:5443/api/welcomefragment"
19+
"welcomeContenUrl": "https://localhost:5443/api/welcomefragment"
2020
}
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"ApiBaseUrl": "https://theidserver-duende.herokuapp.com/api",
3-
"LoggingOptions": {
4-
"Minimum": "Debug",
5-
"Filters": [
2+
"apiBaseUrl": "https://theidserver-duende.herokuapp.com/api",
3+
"loggingOptions": {
4+
"minimum": "Debug",
5+
"filters": [
66
{
7-
"Category": "System",
8-
"Level": "Warning"
7+
"category": "System",
8+
"level": "Warning"
99
},
1010
{
11-
"Category": "Microsoft",
12-
"Level": "Information"
11+
"category": "Microsoft",
12+
"level": "Information"
1313
}
1414
]
1515
},
16-
"SettingsOptions": {
17-
"ApiUrl": "https://theidserver-duende.herokuapp.com/api/api/configuration"
16+
"settingsOptions": {
17+
"apiUrl": "https://theidserver-duende.herokuapp.com/api/api/configuration"
1818
},
19-
"ProviderOptions": {
20-
"Authority": "https://theidserver-duende.herokuapp.com/",
21-
"MetadataUrl": "https://theidserver-duende.herokuapp.com/heroku-metadata.json",
22-
"PostLogoutRedirectUri": "https://theidserver-duende.herokuapp.com/authentication/logout-callback",
23-
"RedirectUri": "https://theidserver-duende.herokuapp.com/authentication/login-callback"
19+
"providerOptions": {
20+
"authority": "https://theidserver-duende.herokuapp.com/",
21+
"metadataUrl": "https://theidserver-duende.herokuapp.com/heroku-metadata.json",
22+
"postLogoutRedirectUri": "https://theidserver-duende.herokuapp.com/authentication/logout-callback",
23+
"redirectUri": "https://theidserver-duende.herokuapp.com/authentication/login-callback"
2424
},
25-
"WelcomeContenUrl": "https://theidserver-duende.herokuapp.com/api/welcomefragment"
25+
"welcomeContenUrl": "https://theidserver-duende.herokuapp.com/api/welcomefragment"
2626
}
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
{
2-
"ApiBaseUrl": "https://theidserver.herokuapp.com/api",
3-
"LoggingOptions": {
4-
"Minimum": "Debug",
5-
"Filters": [
2+
"apiBaseUrl": "https://theidserver.herokuapp.com/api",
3+
"loggingOptions": {
4+
"minimum": "Debug",
5+
"filters": [
66
{
7-
"Category": "System",
8-
"Level": "Warning"
7+
"category": "System",
8+
"level": "Warning"
99
},
1010
{
11-
"Category": "Microsoft",
12-
"Level": "Information"
11+
"category": "Microsoft",
12+
"level": "Information"
1313
}
1414
]
1515
},
16-
"SettingsOptions": {
17-
"ApiUrl": "https://theidserver.herokuapp.com/api/api/configuration"
16+
"settingsOptions": {
17+
"apiUrl": "https://theidserver.herokuapp.com/api/api/configuration"
1818
},
19-
"ProviderOptions": {
20-
"Authority": "https://theidserver.herokuapp.com/",
21-
"MetadataUrl": "https://theidserver.herokuapp.com/heroku-metadata.json",
22-
"PostLogoutRedirectUri": "https://theidserver.herokuapp.com/authentication/logout-callback",
23-
"RedirectUri": "https://theidserver.herokuapp.com/authentication/login-callback"
19+
"providerOptions": {
20+
"authority": "https://theidserver.herokuapp.com/",
21+
"metadataUrl": "https://theidserver.herokuapp.com/heroku-metadata.json",
22+
"postLogoutRedirectUri": "https://theidserver.herokuapp.com/authentication/logout-callback",
23+
"redirectUri": "https://theidserver.herokuapp.com/authentication/login-callback"
2424
},
25-
"WelcomeContenUrl": "https://theidserver.herokuapp.com/api/welcomefragment"
25+
"welcomeContenUrl": "https://theidserver.herokuapp.com/api/welcomefragment"
2626
}
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"Prerendered": true,
3-
"AdministratorEmail": "[email protected]",
4-
"ApiBaseUrl": "https://localhost:5443/api",
5-
"LoggingOptions": {
6-
"Minimum": "Warning"
2+
"prerendered": true,
3+
"administratorEmail": "[email protected]",
4+
"apiBaseUrl": "https://localhost:5443/api",
5+
"loggingOptions": {
6+
"minimum": "Warning"
77
},
8-
"AuthenticationPaths": {
9-
"RemoteRegisterPath": "/identity/account/register",
10-
"RemoteProfilePath": "/identity/account/manage"
8+
"authenticationPaths": {
9+
"remoteRegisterPath": "/identity/account/register",
10+
"remoteProfilePath": "/identity/account/manage"
1111
},
12-
"UserOptions": {
12+
"userOptions": {
1313
"roleClaim": "role"
1414
},
15-
"ProviderOptions": {
16-
"Authority": "https://localhost:5443/",
17-
"ClientId": "theidserveradmin",
18-
"DefaultScopes": [
15+
"providerOptions": {
16+
"authority": "https://localhost:5443/",
17+
"clientId": "theidserveradmin",
18+
"defaultScopes": [
1919
"openid",
2020
"profile",
2121
"theidserveradminapi"
2222
],
23-
"PostLogoutRedirectUri": "/authentication/logout-callback",
24-
"RedirectUri": "/authentication/login-callback",
25-
"ResponseType": "code"
23+
"postLogoutRedirectUri": "/authentication/logout-callback",
24+
"redirectUri": "/authentication/login-callback",
25+
"responseType": "code"
2626
},
27-
"WelcomeContenUrl": "/api/welcomefragment",
28-
"SettingsOptions": {
29-
"TypeName": "Aguacongas.TheIdServer.BlazorApp.Models.ServerConfig, Aguacongas.TheIdServer.BlazorApp.Infrastructure",
30-
"ApiUrl": "https://localhost:5443/api/api/configuration"
27+
"welcomeContenUrl": "/api/welcomefragment",
28+
"settingsOptions": {
29+
"typeName": "Aguacongas.TheIdServer.BlazorApp.Models.ServerConfig, Aguacongas.TheIdServer.BlazorApp.Infrastructure",
30+
"apiUrl": "https://localhost:5443/api/api/configuration"
3131
},
32-
"MenuOptions": {
33-
"ShowSettings": true
32+
"menuOptions": {
33+
"showSettings": true
3434
}
3535
}

0 commit comments

Comments
 (0)