-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 859 Bytes
/
.env.example
File metadata and controls
23 lines (19 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# PostgresAI Monitoring Stack configuration
# Copy this file to .env and adjust values as needed:
# cp .env.example .env
# Image tag (required) - specify version to use
PGAI_TAG=0.14.0
# Registry prefix (optional, default: postgresai for DockerHub)
# For GitLab Container Registry:
# PGAI_REGISTRY=registry.gitlab.com/postgres-ai/postgres_ai
# PGAI_REGISTRY=postgresai
# Optional: Grafana admin password (default: demo)
# GF_SECURITY_ADMIN_PASSWORD=your-secure-password
# Required when running docker compose directly. postgresai mon local-install
# generates and preserves these automatically.
# Generate REPLICATOR_PASSWORD with: openssl rand -hex 32
# Generate VM_AUTH_PASSWORD with: openssl rand -base64 18
# Empty placeholders below force Docker Compose to fail fast until replaced.
REPLICATOR_PASSWORD=
VM_AUTH_USERNAME=vmauth
VM_AUTH_PASSWORD=