File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
docs/reference/server/auth Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Auth Providers
55
66Syncmaster supports different auth provider implementations. You can change implementation via settings:
77
8- .. autopydantic_model :: keycloak .server.settings.auth.AuthSettings
8+ .. autopydantic_model :: syncmaster .server.settings.auth.AuthSettings
99
1010.. toctree ::
1111 :maxdepth: 2
Original file line number Diff line number Diff line change @@ -75,21 +75,21 @@ class LoggingSettings(BaseModel):
7575 This preset is recommended to use in environment which do not support colored output,
7676 e.g. CI jobs
7777
78- .. literalinclude:: ../../../syncmaster/settings/log/plain.yml
78+ .. literalinclude:: ../../../../ syncmaster/settings/log/plain.yml
7979
8080 .. dropdown:: ``colored`` preset
8181
8282 This preset is recommended to use in development environment,
8383 as it simplifies debugging. Each log record is output with color specific for a log level
8484
85- .. literalinclude:: ../../../syncmaster/settings/log/colored.yml
85+ .. literalinclude:: ../../../../ syncmaster/settings/log/colored.yml
8686
8787 .. dropdown:: ``json`` preset
8888
8989 This preset is recommended to use in production environment,
9090 as it allows to avoid writing complex log parsing configs. Each log record is output as JSON line
9191
92- .. literalinclude:: ../../../syncmaster/settings/log/json.yml
92+ .. literalinclude:: ../../../../ syncmaster/settings/log/json.yml
9393 """ ,
9494 ),
9595 )
You can’t perform that action at this time.
0 commit comments