-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Per-module deploy time configuration #26
Comments
Makes sense to me. If we implement this, it would be nice if it could be kept optional (i.e. doesn't crash the entire program if the configuration file is not there -- so it might be an optional command line argument or something like that). I like that the |
It may be desirable to configure some modules at deploy time, e.g to add credentials, support defaults or tweak the behaviour of the module. While it's currently possible to do this via the
!admin
module (see mastodon module for example), this isn't very convenient and the configuration is lost if the store is ever removed.Instead, it would be nice if there existed some config file which could set arbitrary configuration per-module. Trinity would then pass the configuration for a specific module into that module on initial load. The modules would be responsible for taking care of the rest.
The text was updated successfully, but these errors were encountered: