feat: enable bridges using env var#3428
Conversation
|
Hi, The env setting is definitive, not additive right? Base Install: the 9 default bridges are active |
|
you are correctly describing the behavior in the pr. the various config options entirely replaces the previous value. it is not addition. ordering of which config takes precedence
the logic and code is getting kinda complex but dont think there's any bugs in the pr |
|
Yeah, didnt mean it as a bug, more an idea of what the wanted scenario is. Okay, thats fine for me. Maybe that precedence should be noted somehow in the docu, otherwise the pr lgtm! Thanks! |
Allow enabling of bridges using env var.
Example (php-fpm):
Example (docker):
Yes they are case-insensitive.
Also introduce a new config option:
enabled_bridges.Keeping the
whitelist.txtlogic to preserve existing installations.#2058
@gileri @Bockiii