-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
44 lines (30 loc) · 1.18 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# The .env file has the lowest priority. Keep the most default (fallback) values there.
# https://github.com/kerimdzhanov/dotenv-flow#variables-overwritingpriority
# Startpage of the Yawik JobWizard
YAWIK_URL_HOME=https://yawik.gitlab.io/jobwizard/
# Links to the opeartor of the form
YAWIK_URL_OPERATOR=https://yawik.org/
# Link to the Imprint of the operator
YAWIK_URL_IMPRINT=https://yawik.org/impressum/
# Privacy URL
YAWIK_URL_PRIVACY=https://jobwizard.yawik.org/docs/legal/privacy/
# Terms and Condistions in step 4 of the wizard
YAWIK_URL_TERMS=https://jobwizard.yawik.org/docs/legal/terms/
# URL to JobWizard Docs
YAWIK_URL_DOCS=https://jobwizard.yawik.org/docs
# Keycloak base URL (with trailing slash !!!)
YAWIK_SSO_URL=https://sso.cross-solution.de/auth/
# Keycloak realm
YAWIK_SSO_REALM=YAWIK
# Keycloak application ID
YAWIK_SSO_CLIENT=demo
# Google Maps API key
YAWIK_GOOGLE_MAPS=<put your Google API Key into .env.local>
#YAWIK API URL (local Strapi Server)
YAWIK_API_URL=https://api.yawik.org
#YAWIK JOB URL used by job detail pages
YAWIK_JOB_URL=https://api.yawik.org
#YAWIK STRAPI URL
YAWIK_STRAPI_URL=https://api.yawik.org
# localhost
YAWIK_AUTH_URL=http://10.10.1.81:1337