forked from hoophq/hoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.sample
38 lines (32 loc) · 1.07 KB
/
.env.sample
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
# configuration gateway docs: https://hoop.dev/docs/configuring/gateway#gateway-configuration
# configuration agent docs: https://hoop.dev/docs/configuring/agent
GIN_MODE=release
ORG_MULTI_TENANT=false
# api gateway port
PORT=8009
# info | debug | warn | error
LOG_LEVEL=info
# console | json
LOG_ENCODING=console
GRPC_URL=http://127.0.0.1:8010
# path containing protocol libraries
LIBHOOP=_libhoop
# <allowed-org-id>,<rsa private key encoded in base64>
LICENSE_SIGNING_KEY=
# auth configuration
API_URL=http://localhost:8009
# It takes preference over IDP_CLIENT, IDP_CLIENT_SECRET and IDP_ISSUER.
# Format: <scheme>://<client-id>:<client-secret>@<issuer-url>/?groupsclaim=<claim-name>&scopes=<scope1,scope2>&_userinfo=<0|1>
# IDP_URI=
IDP_CLIENT_ID=
IDP_CLIENT_SECRET=
IDP_ISSUER=
IDP_AUDIENCE=
# dlp gcp credentials
GOOGLE_APPLICATION_CREDENTIALS_JSON=
# webhooks svix
WEBHOOK_APPKEY=
# the default group to use as admin
ADMIN_USERNAME=admin
# xtdb connection configuration - legacy
POSTGRES_DB_URI=postgres://hoopdevuser:[email protected]:5449/hoopdevdb?sslmode=disable