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 #5

Open
alexanderbartels opened this issue Mar 10, 2015 · 2 comments
Open

Configuration #5

alexanderbartels opened this issue Mar 10, 2015 · 2 comments

Comments

@alexanderbartels
Copy link
Owner

Add simple configuration file with default name ".mushroom.yml"
Default search path and configureable path over command line argument..
mushroom -config ./confg/meineConfig.yml

image-provider:
   - type: file
   - location: ./images/

cache-header:
   - must-revalidate // schlechtes beispiel

...
@alexanderbartels
Copy link
Owner Author

pure glang lib to parse yml files: https://github.com/go-yaml/yaml

@alexanderbartels
Copy link
Owner Author

config should be distributed over doozerd to share it with each instance.
If a file will change while a mushroom instance is running, all nodes should be updated automatically.

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

1 participant