generated from digitalcredentials/isomorphic-lib-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 708 Bytes
/
.env.example
File metadata and controls
20 lines (16 loc) · 708 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORT=4005 #default port is 4005
ENABLE_HTTPS_FOR_DEV=false # ONLY for development when need https; default is false
ENABLE_ACCESS_LOGGING=true
ENABLE_STATUS_SERVICE=false
SIGNING_SERVICE=localhost:4006
STATUS_SERVICE=localhost:4008
# Tokens for protecting tenant endpoints.
# Add a token for any tenant name,
# Prefix the tenant name with 'TENANT_TOKEN_'
# e.g., TENANT_TOKEN_ECON101=p9u9uflkjd98j@%@
# For unprotected tenants, you must still list an empty token:
# e.g, TENANT_TOKEN_MATH101=
TENANT_TOKEN_TESTING=ohno
# The tenant name is specified in the issuing/status invocations like so:
# http://myhost.org/instance/econ101/credentials/issue
# http://myhost.org/instance/econ101/credentials/status