-
Notifications
You must be signed in to change notification settings - Fork 15
/
dotenv.example
56 lines (42 loc) · 1.26 KB
/
dotenv.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
# Example .env file - cp to .env and update as needed
# Target environment: local, dev, test, prod
NODE_ENV=local
# is this instance an ægis webswitch?
SWITCH=false
# override multicast dns and explicitly set switch url
# SWITCH_OVERRIDE=true
# SWITCH_HOST=8888-modulefederat-aegishost-njnlhwopdp4.ws-us65.gitpod.io
# SWITCH_PORT=443
# SWITCH_PROTO=wss
# system provisions cert for this domain
DOMAIN=localhost
# Run in serverless mode (no web server)
SERVERLESS=false
# Create child processes, one per core, which share server
# socket and take turns (round-robin) handling requests
CLUSTER_ENABLED=false
# Token-based authorization (JSON Web Tokens)
# Secure protected routes. See key-set in aegis.config.
AUTH_ENABLED=false
# Use Secure Sockets Layer / TLS / HTTPS
SSL_ENABLED=false
SSL_PORT=443
PORT=80
# URL root level path
API_ROOT=/aegis/api
# Shared secret for crypto
ENCRYPTION_PWD=b!gSecr3t
# Cloud serverless provider name
# PROVIDER_NAME=azure
# PROVIDER_NAME=google
PROVIDER_NAME=aws
# Get external IP
CHECKIPHOST=checkip.amazonaws.com
# Required by 3rd party client APIs
MONGODB_URL=mongodb://localhost:27017
KAFKA_GROUP_ID=aegis-host
# AWS_ACCESS_KEY_ID=xxxxxx
# AWS_SECRET_ACCESS_KEY=xxxxxx
# GITHUB_TOKEN=xxxxxx
# SQUARE_TOKEN=xxxxxx
# PAYPAL_TOKEN=xxxxxx