This repository was archived by the owner on Mar 7, 2025. It is now read-only.
forked from authgear/authgear-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
72 lines (51 loc) · 1.66 KB
/
Copy path.env.example
File metadata and controls
72 lines (51 loc) · 1.66 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
DEV_MODE=true
LOG_LEVEL=debug
TRUST_PROXY=true
AUTHGEAR_APP_ID=accounts
AUTHGEAR_CLIENT_ID=portal
AUTHGEAR_ENDPOINT=http://accounts.portal.localhost:3100
DATABASE_SCHEMA=public
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable
AUDIT_DATABASE_SCHEMA=public
AUDIT_DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable
REDIS_URL=redis://localhost/0
ANALYTIC_REDIS_URL=redis://localhost/1
ANALYTIC_ENABLED=true
ANALYTIC_EPOCH=2021-03-25
ELASTICSEARCH_URL=http://localhost:9200
AUTH_UI_WINDOW_MESSAGE_ALLOWED_ORIGINS=http://portal.localhost:8000
CORS_ALLOWED_ORIGINS=portal.localhost:8000
ALLOWED_FRAME_ANCESTORS=http://portal.localhost:8000
APP_HOST_SUFFIX=.localhost:3100
APP_HOST_SUFFIXES=
NFT_INDEXER_API_ENDPOINT=http://127.0.0.1:8080
DENO_ENDPOINT=http://127.0.0.1:8090
# Enable local fs config source
CONFIG_SOURCE_TYPE=local_fs
CONFIG_SOURCE_DIRECTORY=./var
# Enable database config source
#CONFIG_SOURCE_TYPE=database
#APP_CUSTOM_RESOURCE_DIRECTORY./var
#CUSTOM_RESOURCE_DIRECTORY=./var
# This is for portal to create k8s ingress when creating domains
#DOMAIN_IMPLEMENTATION=kubernetes
#KUBERNETES_KUBECONFIG=./hack/kube-apiserver/.kubeconfig
#KUBERNETES_APP_NAMESPACE=authgear
#APP_KUBERNETES_INGRESS_TEMPLATE_FILE=./hack/ingress.tpl.yaml
#SMTP_HOST=
#SMTP_PORT=
#SMTP_USERNAME=
#SMTP_PASSWORD=
#MAIL_SENDER=
#MAIL_REPLY_TO=
#STRIPE_SECRET_KEY=
# Google Tag Manager container id for portal
#GTM_CONTAINER_ID=
# Portal frontend Sentry
#PORTAL_FRONTEND_SENTRY_DSN=
SEARCH_ENABLED=true
WEB3_ENABLED=true
AUDIT_LOG_ENABLED=true
APP_DEFAULT_PLAN=free
OSANO_SCRIPT_SRC=
SAML_IDP_ENTITY_ID_TEMPLATE=urn:{{.app_id}}.localhost