github.com/drud/ddev@v1.21.5-alpha1.0.20230226034409-94fcc4b94453/pkg/ddevapp/testdata/TestWriteProjectEnvFile/env-commentsnewlines.txt (about) 1 # this is a comment in the first line 2 3 DB_HOST=old_somehost 4 DB_PORT=old_9999 5 DB_DATABASE=old_somerandomdb 6 DB_USERNAME=old_root 7 DB_PASSWORD=old_root 8 SOMEENV=old_someenvval 9 APP_URL=old_http://some.ddev.site 10 DB_CONNECTION=old_mysql://x:x@x/x 11 # this is a comment in the last line