-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env
24 lines (20 loc) · 1.08 KB
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PUBLIC_MOSS_BASE_URL="http://localhost:8080"
PUBLIC_MOSS_API_SERVER_URL="http://localhost:8080"
ORIGIN="http://localhost:5173"
VITE_OIDC_REDIRECT_URI="http://localhost:5173/"
VITE_OIDC_POST_LOGOUT_REDIRECT_URI="http://localhost:5173/"
VITE_OIDC_CLIENT_SCOPE="openid profile email"
VITE_OIDC_TOKEN_REFRESH_MAX_RETRIES="5"
VITE_REFRESH_TOKEN_ENDPOINT="/auth/refresh_token"
VITE_REFRESH_PAGE_ON_SESSION_TIMEOUT=true
#HTTP_PROXY="http://localhost:8888"
#HTTPS_PROXY="http://localhost:8888"
#NO_PROXY=localhost
AUTH_ADMIN_ROLE=moss-dev-admin
AUTH_OIDC_CLIENT_ID=moss-dev #e9eOLS9IkGvuyBl7cBorWUQTNgbqejhc #
AUTH_OIDC_CLIENT_SECRET=z7feqbX7lGyAFzPzGIaC4LT7vidPqrP5 #0RVo9jMnbhPnkR6Ttz0aXQRTcRuSz5DpqyUEjbbcbgRuGA4rbwCjnHM2cOlTrv9q #
AUTH_OIDC_ISSUER=https://auth.dbpedia.org/realms/dbpedia #https://kilt.eu.auth0.com/ #
AUTH_OIDC_DISCOVERY_URL=https://auth.dbpedia.org/realms/dbpedia/.well-known/openid-configuration #https://kilt.eu.auth0.com/.well-known/openid-configuration #
AUTH_OIDC_CLIENT_SCOPE="openid profile email"
AUTH_TRUST_HOST=true
AUTH_SECRET="EuLZ0ierX7kl53a90sF6fGU/fCdSp3TTpjKRmD8oVSY="