-
Notifications
You must be signed in to change notification settings - Fork 96
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
[WIP] Feature multi apps #43
base: master
Are you sure you want to change the base?
Conversation
@edgurgel How its going with multiapps? I have thoughts about configuration. |
I would like to use just the config file through conform, but I can't find a nice way to handle a list of configured apps through conform's DSL :/ |
Wish this could get any progress. |
It closes #27
This PR will make Poxa accept a new parameter as part of the configuration:
apps: [{"app_id2", "app_key2", "secret2"}]
The
apps
parameter will need to map nicely to something thatconform
understands sopoxa.conf
will be simple to maintain. The above configuration may change.The old way will also be accepted and merged with this new parameter.
Missing:
poxa.ex
so it outputs how many apps are configured.poxa.conf
to support multiple apps;