chore(docs): remove comment styling
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# ── PostgreSQL ───────────────────────────────────────────────────────────────
|
||||
# PostgreSQL
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_PORT=5432
|
||||
POSTGRES_USER=dagster
|
||||
POSTGRES_PASSWORD=changeme
|
||||
POSTGRES_DB=dagster
|
||||
|
||||
# ── Dagster metadata storage (uses the same postgres instance) ───────────────
|
||||
# Dagster metadata storage (same postgres instance)
|
||||
DAGSTER_POSTGRES_URL=postgresql://dagster:changeme@postgres:5432/dagster
|
||||
|
||||
# ── dbt profile target (overrides profiles.yml env_var defaults) ─────────────
|
||||
# dbt profile target
|
||||
DBT_TARGET=dev
|
||||
|
||||
# ── pgAdmin ──────────────────────────────────────────────────────────────────
|
||||
# pgAdmin
|
||||
PGADMIN_EMAIL=admin@example.com
|
||||
PGADMIN_PASSWORD=changeme
|
||||
|
||||
Reference in New Issue
Block a user