Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use env vars on ini files #21

Closed
juliangut opened this issue Oct 25, 2019 · 0 comments
Closed

Use env vars on ini files #21

juliangut opened this issue Oct 25, 2019 · 0 comments

Comments

@juliangut
Copy link
Owner

juliangut commented Oct 25, 2019

Instead of managing in docker-entrypoint, set them on dockerfile and use them in xdebug ini file

xdebug.remote_autostart = ${XDEBUG_REMOTE_AUTOSTART}
xdebug.remote_port = ${XDEBUG_REMOTE_PORT}
xdebug.profiler_enable = ${XDEBUG_PROFILER_ENABLE}
xdebug.auto_trace = ${XDEBUG_AUTO_TRACE}
xdebug.idekey = ${XDEBUG_IDE_KEY}

keep XDEBUG_REMOTE_HOST and XDEBUG_FILE_LINK_FORMAT as those get some parsing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant