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

[WIP] Feature multi apps #43

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

[WIP] Feature multi apps #43

wants to merge 15 commits into from

Conversation

edgurgel
Copy link
Owner

@edgurgel edgurgel commented Sep 6, 2015

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 that conform understands so poxa.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:

  • Change app configuration check from poxa.ex so it outputs how many apps are configured.
  • More integration tests to test isolation between apps;
  • Update poxa.conf to support multiple apps;
  • Update README with the new way to configure multiple apps.

@arrowcircle
Copy link

@edgurgel How its going with multiapps? I have thoughts about configuration.
First of all, if key and secret set via env, it should run in single app mode ignoring config.
Multiapp is only usable via config file. What do you think?

@edgurgel
Copy link
Owner Author

edgurgel commented Nov 9, 2015

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

@Alir3z4
Copy link

Alir3z4 commented Jul 14, 2020

Wish this could get any progress.

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

Successfully merging this pull request may close these issues.

Support for multiple apps via config
3 participants