start project
This commit is contained in:
commit
ca3c00b6a1
42 changed files with 1310 additions and 0 deletions
7
.env.example
Normal file
7
.env.example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
KC_URL="https://keycloak-server.com"
|
||||
KC_REALMS="your-realm"
|
||||
|
||||
VITE_API_URI_CONFIG="https://api-server/api/v1"
|
||||
VITE_CLIENTID_KEYCLOAK="your-client-id"
|
||||
|
||||
SSO_COOKIE_NAME="sso"
|
||||
Loading…
Add table
Add a link
Reference in a new issue