ZZROTDesign / alpine-ghost

Ghost Container running in Alpine Linux
MIT License
14 stars 13 forks source link

Error with the SSL environment variables #21

Closed neoighodaro closed 6 years ago

neoighodaro commented 6 years ago

var devForceAdminSSL= CheckEnvVar('DEV_FORCE_ADMIN_SSL', 'false') === 'false';

so if - DEV_FORCE_ADMIN_SSL=true in docjer-compose.yml then true === false which is false. So devForceAdminSSL will be false. Same goes for the production one too.

neoighodaro commented 6 years ago

Never mind needed to make it a string