-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env
59 lines (40 loc) · 1.15 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# The .env file has the lowest priority. Keep the most default (fallback) values there.
# https://github.com/kerimdzhanov/dotenv-flow#variables-overwritingpriority
# URL where we get title or company
YAWIK_JOB_DETAIL_URL=http://localhost:8000/details
# URL to which form data is sent
YAWIK_STRAPI_URL=http://localhost:1337
# Organizaion ID
YAWIK_ORGANIZATION=
# App Identifier
YAWIK_OAUTH_FACEBOOK=
# App Identifier
YAWIK_OAUTH_GOOGLE=
# App Identifier
YAWIK_OAUTH_LINKEDIN=
# not working
YAWIK_OAUTH_XING=
# App Identifier
YAWIK_OAUTH_GITHUB=
# App Identifier
YAWIK_OAUTH_DROPBOX=
# 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 in Footer
YAWIK_URL_PRIVACY=https://yawik.org/datenschutz/
# will be set as ROUTER_BASE
YAWIK_ROUTER_BASE=/
# Shared App Key
YAWIK_APP_KEY=
# Yawik API
YAWIK_API_URL=http://localhost:8000
# available languages
YAWIK_LANGUAGES_AVAILABLE=de,fr,en,es,it
# default language
YAWIK_LANGUAGE_DEFAUT=
# available currencies
VUE_APP_CURRENCIES_AVAILABLE=EUR,USD
# available currencies
VUE_APP_PERIODS_AVAILABLE=1,2