-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.env
More file actions
73 lines (59 loc) · 1.92 KB
/
Copy pathexample.env
File metadata and controls
73 lines (59 loc) · 1.92 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# This .env file is used by all compose commands for test and development usage.
# NOTE: Production deployments via Puppet use an alternative version of this file generated by the tools.
# Optional: To use ANMS with an Enterprise SSL Server (or to recognize other private SSL certificates) set this to a URL where your private .cer or .crt file can be downloaded.
INTERNAL_CERT_URL=""
# Choose which profile(s) to run.
# If no profiles are set, a 'light' configuration will be started without the UI components
# Available profiles include 'full' (UI) and 'dev' (aeveloper tools such as adminer)
COMPOSE_PROFILES=full,dev
# Port Services; Uncomment below lines to override default mappings
AUTHNZ_PORT=8084
AUTHNZ_HTTPS_PORT=8443
#OPENSEARCH_PORT1=
#OPENSEARCH_PORT2=
#OPENSEARCH_DASH_PORT=
#MQTT_PORT=11883
DOCKER_IMAGE_PREFIX=ghcr.io/nasa-ammos/anms/
DOCKER_IMAGE_TAG=latest
ANMS_VERSION=0
ANMS_GW_FQDN=localhost
# Selects authnz mode, valid options are:
# - demo (Basic password authentication with pre-defined demo accounts)
# - cam-gateway
AUTHNZ_EMU=demo
CAM_SERVER_URL=
CAM_ADMIN_USER=amAdmin
CAM_ADMIN_PASSWORD=
CAM_AGENT_NAME=localhost
CAM_AGENT_PASSWORD=
DB_PORT=5432
DB_USER=root
DB_PASSWORD=root
DB_NAME=amp_core
DB_HEALTHCHECK_USER=healthcheck
DB_HEALTHCHECK_PASSWORD=healthcheck
GRAFANA_CONTAINER_PORT=3000
GRAFANA_HOST_PORT=grafana:${GRAFANA_CONTAINER_PORT}
GRAFANA_PROXIES_PATH=localhost/grafana
GRAFANA_DB_NAME=grafana_internal_db
GRAFANA_PASS=grafana
REDIS_PORT=6379
JS_AMP_PORT=3001
ANMS_UI_HTTP_PORT=9030
ANMS_UI_HTTPS_PORT=9443
ANMS_CORE_HTTP_PORT=5555
ELASTICSEARCH_PORT=9200
LOGSTASH_PORT=5044
LOGSTASH_TCP_UDP_PORT=5000
LOGSTASH_MONITORING_PORT=9600
KIBANA_PORT=5601
ADMINER_PORT=8080
RENDERER_PORT=8081
RENDERER_HOST_PORT=grafana-image-renderer:${RENDERER_PORT}
ION_MGR_PORT=9089
HTTP_PORT=80
# Path (or volume name) on the host
HOST_SOCKDIR=sockdir
# Mount path on the containers
CTR_SOCKDIR=/var/tmp/nm
ADM_PATH=deps/dtnma-adms