-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
58 lines (45 loc) · 2.27 KB
/
.env.example
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
# Kratos
SERVE_PUBLIC_BASE_URL=http://auth.example.localhost/.ory/kratos/public
SERVE_PUBLIC_CORS_ALLOWED_ORIGINS="http://*.example.localhost"
SESSION_COOKIE_DOMAIN=example.localhost
SESSION_COOKIE_SAME_SITE=Lax
SESSION_COOKIE_PATH=/
COOKIES_DOMAIN=auth.example.localhost
COOKIES_PATH=/
COOKIES_SAME_SITE=Lax
SELFSERVICE_DEFAULT_BROWSER_RETURN_URL=http://app.example.localhost
SELFSERVICE_ALLOWED_RETURN_URLS=http://auth.example.localhost,http://app.example.localhost
COURIER_SMTP_CONNECTION_URI=smtps://test:test@mailslurper:1025/?skip_ssl_verify=true
COURIER_SMTP_FROM_NAME="CerberAuth"
SECRETS_COOKIE=
SECRETS_CIPHER=
SECRETS_DEFAULT=
SELFSERVICE_FLOWS_REGISTRATION_UI_URL=http://auth.example.localhost/registration
SELFSERVICE_FLOWS_LOGIN_UI_URL=http://auth.example.localhost/login
SELFSERVICE_FLOWS_VERIFICATION_UI_URL=http://auth.example.localhost/verification
SELFSERVICE_FLOWS_RECOVERY_UI_URL=http://auth.example.localhost/recovery
SELFSERVICE_FLOWS_ERROR_UI_URL=http://auth.example.localhost/error
SELFSERVICE_FLOWS_SETTINGS_UI_URL=http://auth.example.localhost/settings
SELFSERVICE_FLOWS_LOGOUT_AFTER_DEFAULT_BROWSER_RETURN_URL=http://auth.example.localhost/login
SELFSERVICE_FLOWS_REGISTRATION_AFTER_DEFAULT_BROWSER_RETURN_URL=http://app.example.localhost
SELFSERVICE_FLOWS_LOGIN_AFTER_DEFAULT_BROWSER_RETURN_URL=http://app.example.localhost
SELFSERVICE_FLOWS_VERIFICATION_AFTER_DEFAULT_BROWSER_RETURN_URL=http://app.example.localhost
SELFSERVICE_FLOWS_RECOVERY_AFTER_DEFAULT_BROWSER_RETURN_URL=http://app.example.localhost
SELFSERVICE_FLOWS_SETTINGS_AFTER_DEFAULT_BROWSER_RETURN_URL=http://app.example.localhost
# Kratos Self Service UI
KRATOS_BROWSER_URL=http://auth.example.localhost/.ory/kratos/public
COOKIE_SECRET=
CSRF_COOKIE_NAME=_csrf
CSRF_COOKIE_SECRET=
# Hydra
SERVE_PUBLIC_CORS_ALLOWED_ORIGINS="https://*.example.localhost"
URLS_SELF_ISSUER=https://oauth.example.localhost
URLS_LOGIN=https://auth.example.localhost/login
URLS_REGISTRATION=https://auth.example.localhost/registration
URLS_CONSENT=https://auth.example.localhost/consent
URLS_LOGOUT=https://auth.example.localhost/logout
URLS_IDENTITY_PROVIDER_PUBLICURL=https://auth.example.localhost/.ory/kratos/public/
OIDC_SUBJECT_IDENTIFIERS_PAIRWISE_SALT=
SECRETS_COOKIE=
SECRETS_SYSTEM=