-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
58 lines (47 loc) · 3.25 KB
/
Copy path.env.example
File metadata and controls
58 lines (47 loc) · 3.25 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
# =============================================================================
# Acropolis — Environment Configuration
# =============================================================================
# Copy this file to .env and customize: cp .env.example .env
# =============================================================================
# ── General ─────────────────────────────────────────────────────────────────
DOMAIN=acumenus.net
TZ=America/New_York
ACROPOLIS_EDITION=community # community | enterprise
# ── Traefik ─────────────────────────────────────────────────────────────────
TRAEFIK_HTTP_PORT=80
TRAEFIK_HTTPS_PORT=443
TRAEFIK_DASHBOARD_PORT=8090
ACME_EMAIL=admin@acumenus.net
# ── Database (shared connection for enterprise services) ────────────────────
DB_HOST=pgsql.acumenus.net
DB_PORT=5432
DB_USER=
DB_PASSWORD=
DB_NAME=
# ── pgAdmin ────────────────────────────────────────────────────────────────
PGADMIN_EMAIL=admin@acumenus.net
PGADMIN_PASSWORD=changeme
# ── Grafana ─────────────────────────────────────────────────────────────────
GRAFANA_ADMIN_USER=admin
GRAFANA_ADMIN_PASSWORD=changeme
GRAFANA_ANONYMOUS=false
GRAFANA_PLUGINS=
# ── Prometheus ──────────────────────────────────────────────────────────────
PROMETHEUS_RETENTION=15d
# ── Enterprise: n8n ─────────────────────────────────────────────────────────
N8N_AUTH_USER=admin
N8N_AUTH_PASSWORD=changeme
# ── Enterprise: Superset ────────────────────────────────────────────────────
SUPERSET_SECRET_KEY=CHANGE_ME_TO_A_RANDOM_SECRET
SUPERSET_DB_PASSWORD=superset
SUPERSET_ADMIN_USER=admin
SUPERSET_ADMIN_PASSWORD=changeme
# ── Enterprise: DataHub ─────────────────────────────────────────────────────
DATAHUB_MYSQL_PASSWORD=datahub
DATAHUB_MYSQL_ROOT_PASSWORD=datahub
DATAHUB_SECRET=YouKnowNothing
# ── Enterprise: Authentik ───────────────────────────────────────────────────
AUTHENTIK_SECRET_KEY=CHANGE_ME_TO_A_RANDOM_SECRET
AUTHENTIK_DB_PASSWORD=authentik
# ── Enterprise: License ────────────────────────────────────────────────────
# ACROPOLIS_LICENSE_KEY=