forked from authgear/authgear-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
35 lines (29 loc) · 956 Bytes
/
.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
DEV_MODE=true
LOG_LEVEL=debug
TRUST_PROXY=true
AUTHGEAR_APP_ID=accounts
AUTHGEAR_CLIENT_ID=portal
AUTHGEAR_ENDPOINT=http://accounts.portal.localhost:3000
DATABASE_SCHEMA=app
DATABASE_URL=postgres://postgres:postgres@localhost:5432/postgres?sslmode=disable
CORS_ALLOWED_ORIGINS=portal.localhost:8000
ADMIN_API_HOST_TEMPLATE={{ .AppID }}.localhost:3002
APP_HOST_SUFFIX=.localhost:3000
# Enable local fs config source
CONFIG_SOURCE_TYPE=local_fs
CONFIG_SOURCE_DIRECTORY=./var
# Enable database config source
#CONFIG_SOURCE_TYPE=database
#CUSTOM_RESOURCE_DIRECTORY=./hack/custom-resources
#APP_DEFAULT_PLAN=starter
# 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=