spiral / app

Spiral Framework Skeleton HTTP Application: Queue, Console, Cycle ORM
https://spiral.dev/
MIT License
191 stars 20 forks source link

Remove spaces around equal (=) signs (.env.sample) #11

Closed imbue closed 4 years ago

imbue commented 4 years ago

What Removed the spaces around the equal signs in the .env.sample file.

Why Docker does not allow whitespaces in environment variable values. When you try to boot docker (compose) using the .env copied from the sample file (as it currently is) it results into the following error:

ERROR: In file ./.env: environment variable name 'DEBUG ' may not contain whitespace.
wolfy-j commented 4 years ago

Thank you!