ENV ParserParse .env content into key-value pairsYour data never leaves your browser.Pin.env Input12345678910# Database DB_HOST=localhost DB_PORT=5432 DB_NAME="myapp" DB_PASSWORD='s3cr3t' # App NODE_ENV=production PORT=3000 # HTTP port DEBUG=falseParse