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

Configuration files should not be tracked #203

Closed
Ricaz opened this issue Jun 21, 2016 · 1 comment
Closed

Configuration files should not be tracked #203

Ricaz opened this issue Jun 21, 2016 · 1 comment

Comments

@Ricaz
Copy link

Ricaz commented Jun 21, 2016

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).

@exodus4d
Copy link
Owner

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 :)

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

No branches or pull requests

2 participants