Proxy plugin module
This commit is contained in:
parent
a3169b50c2
commit
92c08bb0dc
3 changed files with 23 additions and 0 deletions
|
|
@ -356,6 +356,8 @@ PORTAL_SERVICES_PLUGIN_MODULES = ["server.conf.portal_services_plugins"]
|
|||
MSSP_META_MODULE = "server.conf.mssp"
|
||||
# Module for web plugins.
|
||||
WEB_PLUGINS_MODULE = "server.conf.web_plugins"
|
||||
# Module for Proxy plugins
|
||||
PROXY_PLUGIN_MODULES = ["server.conf.proxy_plugins"]
|
||||
# Tuple of modules implementing lock functions. All callable functions
|
||||
# inside these modules will be available as lock functions.
|
||||
LOCK_FUNC_MODULES = ("evennia.locks.lockfuncs", "server.conf.lockfuncs")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue