-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
31 lines (27 loc) · 991 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
# ##### Express Configuration
# PORT=3000
# ##### Swagger Docs Config
# OPENAPI_PATH=/api-docs
# ##### Mongo Configuration
# MONGO_HOST=localhost
# MONGO_PORT=27017
# MONGO_DB=lectern
# MONGO_USER=
# MONGO_PASS=
# ##### Auth Configuration
# AUTH_ENABLED=false
# EGO_API=
# SCOPE=
# ##### Vault Configuration
# ##### If Vault is connected, Lectern Server will attempt to read values from the provided VAULT_SECRETS_PATH
# ##### Vault values with the same name as the Mongo Configuration environment variables (ex. MONGO_PASS) will be used
# ##### in preference to the values provided in the environment.
# ##### If VAULT_ENABLED is set to `true` a Vault connection will be attempted. Otherwise the Vault config will be ignored.
# ##### Details on Vault: https://developer.hashicorp.com/vault
# VAULT_ENABLED=false
# VAULT_URL=http://localhost:8200
# VAULT_SECRETS_PATH=/kv/lectern
# # Vault Token Auth
# VAULT_TOKEN=00000000-0000-0000-0000-000000000000
# # Vault K8s Auth
# VAULT_ROLE=