UNPKG
@tesler-ui/cra-template-typescript
Version:
alpha (0.3.0-alpha5)
latest (0.7.1)
0.7.1
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.3.0-alpha5
0.3.0-alpha4
0.3.0-alpha3
0.3.0-alpha2
0.3.0-alpha1
0.3.0-alpha0
0.2.0
0.1.1
0.1.0
The base TypeScript template for Create React App.
tesler.io
tesler-platform/cra-template-typescript
@tesler-ui/cra-template-typescript
/
template
/
public
/
keycloak.json
8 lines
•
177 B
JSON
View Raw
1
2
3
4
5
6
7
8
{
"realm"
:
"jhipster"
,
"auth-server-url"
:
"http://localhost:9080/auth"
,
"ssl-required"
:
"external"
,
"resource"
:
"web_app"
,
"public-client"
:
true
,
"cors"
:
true
}