.env · workflow

ENV Splitter — Eine .env in dev/staging/prod aufteilen

Füge eine kombinierte .env-Datei ein und teile sie nach Präfix (DEV_, PROD_) oder Kommentarmarkierungen auf.

Be the first to rate
.env.dev
3 keys
DATABASE_URL=postgres://localhost/dev
LOG_LEVEL=debug
SHARED_API_VERSION=v2
.env.prod
3 keys
DATABASE_URL=postgres://prod.example.com/app
LOG_LEVEL=info
SHARED_API_VERSION=v2
.env.test
2 keys
DATABASE_URL=postgres://localhost/test
SHARED_API_VERSION=v2
Full tool page:/env-splitter