# top comment
APP_ENV=production
# second comment
PORT=8080
DEBUG=false
BASE_URL=https://example.com
REGION=us-east-1
SECRET_TOKEN=s3cr3t-with-#hash
GREETING=hello world
QUOTED=it's "quoted" with "double" and \n literal
UNICODE=olà 🦀
EMPTY=
DB_CONN=postgres://user:pw@host:5432/db?sslmode=require&x=1
SAMPLE_unencrypted=visible-plaintext