Files
dotenv-types/tests/fixtures/sample.env
7000pctAUTO 5a37c85448
Some checks failed
CI / test (push) Has been cancelled
Initial upload with CI/CD workflow
2026-01-31 20:27:53 +00:00

8 lines
165 B
Bash

# Sample environment file
NODE_ENV=development
PORT=3000
DATABASE_URL=postgres://user:pass@localhost:5432/mydb
API_KEY=abc123
DEBUG=true
OPTIONAL_VAR=optional_value