Skip to content
This repository has been archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Correct CONNECTIONSTRINGS key for PostgreSQL
Browse files Browse the repository at this point in the history
Renamed the environment variable key from CONNECTIONSTRINGS__POSTGRES to CONNECTIONSTRINGS__POSTGRESQL to ensure correct configuration for PostgreSQL connections. This change aligns the key with the naming conventions and prevents potential misconfigurations.
  • Loading branch information
sfmskywalker committed Dec 1, 2024
1 parent fe5cf3e commit 23c7996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion writerside/topics/Traefik.topic
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ services:
HTTP_PORTS: 8080
HTTP__BASEURL: http://elsa.localhost
DATABASEPROVIDER: PostgreSql
CONNECTIONSTRINGS__POSTGRES: Host=postgres;Port=5432;Database=elsa;Username=elsa;Password=elsa
CONNECTIONSTRINGS__POSTGRESQL: Host=postgres;Port=5432;Database=elsa;Username=elsa;Password=elsa
labels:
- "traefik.enable=true"
- "traefik.http.routers.elsa.rule=Host(`elsa.localhost`)"
Expand Down

0 comments on commit 23c7996

Please sign in to comment.