...

Text file src/github.com/joho/godotenv/fixtures/substitutions.env

Documentation: github.com/joho/godotenv/fixtures

     1OPTION_A=1
     2OPTION_B=${OPTION_A}
     3OPTION_C=$OPTION_B
     4OPTION_D=${OPTION_A}${OPTION_B}
     5OPTION_E=${OPTION_NOT_DEFINED}

View as plain text