You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be nice to remove the config files from git. Rename them to config.example.ini instead, and have people make their own config files from those.
It just makes it easier to keep using git pull without having to fix config files every time (or use a similarly unhandy solution).
The text was updated successfully, but these errors were encountered:
You can pass environment variables by adding system-environment vars:
check this: #175 (comment)
So you don´t have to care about the environment.ini any longer. I use this setup for multiple installations and testing instances of PF.
There is just one Issue with this. Cronjobs are triggerd by CLI (async). To make cronjobs working with this setup you have to set them up as "real" OS-system vars. But this is just something for advanced users :)
I think it would be nice to remove the config files from git. Rename them to
config.example.ini
instead, and have people make their own config files from those.It just makes it easier to keep using
git pull
without having to fix config files every time (or use a similarly unhandy solution).The text was updated successfully, but these errors were encountered: