Merge pull request #35 from SuperSandro2000/patch-1
Fix indentation of markdown code blocks
This commit is contained in:
commit
04db807ac0
1 changed files with 7 additions and 7 deletions
14
module.nix
14
module.nix
|
|
@ -97,9 +97,9 @@ in
|
|||
to the authentic documentation.
|
||||
|
||||
```
|
||||
# example content
|
||||
AUTHENTIK_SECRET_KEY=<secret key>
|
||||
AUTHENTIK_EMAIL__PASSWORD=<smtp password>
|
||||
# example content
|
||||
AUTHENTIK_SECRET_KEY=<secret key>
|
||||
AUTHENTIK_EMAIL__PASSWORD=<smtp password>
|
||||
```
|
||||
'';
|
||||
};
|
||||
|
|
@ -144,8 +144,8 @@ in
|
|||
to the authentic documentation.
|
||||
|
||||
```
|
||||
# example content
|
||||
AUTHENTIK_TOKEN=<token from authentik for this outpost>
|
||||
# example content
|
||||
AUTHENTIK_TOKEN=<token from authentik for this outpost>
|
||||
```
|
||||
'';
|
||||
};
|
||||
|
|
@ -167,8 +167,8 @@ in
|
|||
to the authentic documentation.
|
||||
|
||||
```
|
||||
# example content
|
||||
AUTHENTIK_TOKEN=<token from authentik for this outpost>
|
||||
# example content
|
||||
AUTHENTIK_TOKEN=<token from authentik for this outpost>
|
||||
```
|
||||
'';
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue