Ran prettier on index.md files

This commit is contained in:
Avsynthe 2022-12-03 00:01:23 +11:00
parent ee248badc7
commit 18f7d88d7e
2 changed files with 18 additions and 18 deletions

View File

@ -38,22 +38,22 @@ For more info, see https://komga.org/installation/oauth2.html#advanced-configura
```yaml ```yaml
komga: komga:
## Comment if you don't want automatic account creation. ## Comment if you don't want automatic account creation.
oauth2-account-creation: true oauth2-account-creation: true
spring: spring:
security: security:
oauth2: oauth2:
client: client:
registration: registration:
authentik: authentik:
client-id: 'client-id' client-id: "client-id"
client-secret: 'client-secret' client-secret: "client-secret"
client-name: client-name client-name: client-name
scope: openid,profile,email scope: openid,profile,email
authorization-grant-type: authorization_code authorization-grant-type: authorization_code
redirect-uri: "https://komga.company/login/oauth2/code/authentik" redirect-uri: "https://komga.company/login/oauth2/code/authentik"
provider: provider:
authentik: authentik:
issuer-uri: https://authentik.company/application/o/app-slug/ issuer-uri: https://authentik.company/application/o/app-slug/
user-name-attribute: preferred_username user-name-attribute: preferred_username
``` ```