electric-sql / electric

Sync little subsets of your Postgres data into local apps and services.
https://electric-sql.com
Apache License 2.0
6.48k stars 156 forks source link

Consistently Namespace our Environment Variables with ELECTRIC_ #1927

Closed KyleAMathews closed 3 weeks ago

KyleAMathews commented 3 weeks ago

Most system software does this e.g. Kubernetes, Redis, MySQL, Postgres, etc. as if you run multiple bits of software in the same environment than it's easy to get namespace clashes.

thruflo commented 3 weeks ago

Yup, I think ELECTRIC_ reads much better.