forked from authgear/authgear-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
94 lines (68 loc) · 2.4 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
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
# Images server configs, uncomment accordingly depending on storage type
#IMAGES_OBJECT_STORE_TYPE=AWS_S3
#IMAGES_OBJECT_STORE_AWS_S3_BUCKET_NAME=
#IMAGES_OBJECT_STORE_AWS_S3_REGION=
#IMAGES_OBJECT_STORE_AWS_S3_ACCESS_KEY_ID=
#IMAGES_OBJECT_STORE_AWS_S3_SECRET_ACCESS_KEY=
#IMAGES_OBJECT_STORE_TYPE=GCP_GCS
#IMAGES_OBJECT_STORE_GCP_GCS_BUCKET_NAME=
#IMAGES_OBJECT_STORE_GCP_GCS_SERVICE_ACCOUNT=
#IMAGES_OBJECT_STORE_GCP_GCS_CREDENTIALS_JSON_PATH=
#IMAGES_OBJECT_STORE_TYPE=AZURE_BLOB_STORAGE
#IMAGES_OBJECT_STORE_AZURE_BLOB_STORAGE_STORAGE_ACCOUNT=
#IMAGES_OBJECT_STORE_AZURE_BLOB_STORAGE_CONTAINER=
#IMAGES_OBJECT_STORE_AZURE_BLOB_STORAGE_SERVICE_URL=
#IMAGES_OBJECT_STORE_AZURE_BLOB_STORAGE_ACCESS_KEY=
UI_IMPLEMENTATION=
UI_SETTINGS_IMPLEMENTATION=