diff --git a/.env.local b/.env.local new file mode 100644 index 0000000..a45187d --- /dev/null +++ b/.env.local @@ -0,0 +1,6 @@ +VITE_API_BASE_URL=http://localhost:8080/ +VITE_OIDC_AUTHORITY=http://localhost:8081/realms/hemhub +VITE_OIDC_CLIENT_ID=hemhub-public +VITE_OIDC_REDIRECT_URI=http://localhost:5173/auth/callback +VITE_OIDC_POST_LOGOUT_REDIRECT_URI=http://localhost:5173/ +VITE_OIDC_SILENT_REDIRECT_URI=http://localhost:5173/auth/silent-renew diff --git a/.gitignore b/.gitignore index 1b0c7f6..2913e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ coverage/ # env .env -.env.* +#.env.* !.env.example