mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-19 16:47:52 -04:00
Add meow readme and config extension
This commit is contained in:
parent
932e104468
commit
543fcb6f17
4 changed files with 129 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
from ._base import RootConfig
|
||||
from .meow import MeowConfig
|
||||
from .account_validity import AccountValidityConfig
|
||||
from .api import ApiConfig
|
||||
from .appservice import AppServiceConfig
|
||||
|
@ -57,6 +58,7 @@ from .workers import WorkerConfig
|
|||
|
||||
class HomeServerConfig(RootConfig):
|
||||
config_classes = [
|
||||
MeowConfig,
|
||||
ModulesConfig,
|
||||
ServerConfig,
|
||||
RetentionConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue