-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env-sample
More file actions
61 lines (54 loc) · 2.45 KB
/
Copy path.env-sample
File metadata and controls
61 lines (54 loc) · 2.45 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
SERVICERADAR_HOST=
SERVICERADAR_PLATFORM_TENANT_ID=
APP_TAG=latest
ARANCINI_TAG=latest
# CNPG client settings for mix run + local tooling (mTLS + password).
CNPG_HOST=localhost
CNPG_PORT=5455
CNPG_DATABASE=serviceradar
CNPG_USERNAME=serviceradar
CNPG_PASSWORD=
# CNPG_PASSWORD_FILE=/etc/serviceradar/cnpg/serviceradar-password
CNPG_SSL_MODE=verify-full
CNPG_TLS_SERVER_NAME=cnpg
CNPG_CERT_DIR=
CNPG_CERT_FILE=
CNPG_KEY_FILE=
# Integration test DB (serviceradar_core) using local CNPG mTLS
SERVICERADAR_TEST_DATABASE_URL=postgres://serviceradar:serviceradar@localhost:5455/serviceradar?sslmode=verify-full
SERVICERADAR_TEST_DATABASE_CA_CERT=/home/mfreeman/serviceradar/.local-dev-certs/root.pem
SERVICERADAR_TEST_DATABASE_CERT=/home/mfreeman/serviceradar/.local-dev-certs/db-client.pem
SERVICERADAR_TEST_DATABASE_KEY=/home/mfreeman/serviceradar/.local-dev-certs/db-client-key.pem
SERVICERADAR_TEST_DATABASE_SERVER_NAME=cnpg
# CNPG settings for docker services (internal service name/port).
CNPG_DOCKER_HOST=cnpg
CNPG_DOCKER_PORT=5432
# Optional StarRocks warehouse. Keep false unless you pass
# `--profile starrocks`, which starts the warehouse and creates its schema.
# Enabling it shadow-writes every dataset, NetFlow included; metric, log and
# event reads stay on CNPG until the dataset is named in
# STARROCKS_CUTOVER_DATASETS. Flow reads are the exception -- they are
# warehouse-only, so until `flows` is cut over the NetFlow dashboard and
# `in:flows` are refused rather than answered from CNPG, which stays the flow
# write target. `--profile flows` starts only the NetFlow collector; it needs
# no warehouse to collect flows and store them on CNPG hypertables. Empty
# SHADOW means every dataset. Per-dataset retention
# (STARROCKS_RETENTION_DAYS_*) and the rollup freshness knobs
# (STARROCKS_ROLLUP_*) are documented in README-Docker.md.
STARROCKS_ENABLED=false
STARROCKS_FE_HTTP=http://starrocks:8030
STARROCKS_FE_HOST=starrocks
STARROCKS_FE_QUERY_PORT=9030
STARROCKS_DATABASE=serviceradar
STARROCKS_SHADOW_DATASETS=
STARROCKS_CUTOVER_DATASETS=
STARROCKS_CATALOG_ENABLED=false
# Initial MTR history retention in days (1-395) for a fresh database. Update
# the persisted policy after bootstrap in Settings -> Networks -> MTR.
MTR_RETENTION_DAYS=30
# Cloak encryption key (32 bytes base64 encoded) - must be consistent across restarts
CLOAK_KEY=
# NATS operator bootstrap (stored in datasvc creds volume).
NATS_OPERATOR_NAME=serviceradar-dev
NATS_OPERATOR_SEED=
NATS_SYSTEM_ACCOUNT_PUBLIC_KEY=