Skip to content

Commit ba5a25e

Browse files
NikolaySclaude
andcommitted
style: Use consistent Postgres terminology in configuration
Changed 'PostgreSQL' to 'Postgres' in .env.example to align with project terminology standards (prefer 'Postgres' over 'PostgreSQL'). Also updated section headers to use sentence-style capitalization. Related to MR !56 Co-Authored-By: Claude <[email protected]>
1 parent 3dee317 commit ba5a25e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
# PostgreSQL AI Environment Configuration
1+
# postgres_ai monitoring environment configuration
22
# Copy this file to .env and configure with your actual values
33
# NEVER commit .env to version control
44

55
# =============================================================================
6-
# PostgreSQL Configuration (Target Database)
6+
# Postgres configuration (target database)
77
# =============================================================================
88
POSTGRES_USER=postgres
99
POSTGRES_PASSWORD=changeme_secure_password
@@ -49,7 +49,7 @@ TARGET_MONITOR_USER=monitor
4949
TARGET_MONITOR_PASSWORD=changeme_monitor_password
5050

5151
# =============================================================================
52-
# PostgreSQL Sink Database Configuration
52+
# Postgres sink database configuration
5353
# Used for storing query texts and metadata
5454
# =============================================================================
5555
SINK_POSTGRES_USER=postgres

0 commit comments

Comments
 (0)