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
Reticketed from #10 (comment) (I had related questions)
Curious your thoughts on this!
Do you think that goal (simpler config) might involve web api anyhow? the thinking being that config could then just be "register a new app", and then it's simple in-browser oauth for two teams stored in some backend.
or we're you more thinking along the lines of a CLI wizard and envvars?
The text was updated successfully, but these errors were encountered:
If you use the PORTAL_n_SIDE_n env config or the slackbridgeconf.py
style config, you need only replace your reference to slackbridge.py to
wsgi.py.
However, you may now start using an inifile for configuration. See
sample.ini for an example.
Configuration loading is done in the following order:
- environment (PORTAL_n_SIDE_n_...)
- if that was not found, load inifile (./slackbridge.ini or the
filename found in SLACKBRIDGE_INIFILE env)
If slackbridgeconf.py is found, it is loaded as well. Expect this to
change in future commits.
If you're replacing your CONFIG-style slackbridge conf with either the
INI or ENV style config, you can use testconfig.py to compare the
output. The old CONFIG-style config was write only, so a double-check to
see if you made any mistakes in the new INI or ENV config is highly
recommended.
Touches issue #12.
Reticketed from #10 (comment) (I had related questions)
Curious your thoughts on this!
Do you think that goal (simpler config) might involve web api anyhow? the thinking being that config could then just be "register a new app", and then it's simple in-browser oauth for two teams stored in some backend.
or we're you more thinking along the lines of a CLI wizard and envvars?
The text was updated successfully, but these errors were encountered: