mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 10:09:54 +00:00
Removing jwt_secret and adding federation to from_scratch instructions. (#130)
This commit is contained in:
parent
a94eac23a5
commit
0e9e14cac0
1 changed files with 3 additions and 2 deletions
|
@ -34,8 +34,9 @@ Minimal Lemmy config, put this in `/etc/lemmy/lemmy.hjson` (see [here](https://g
|
||||||
# replace with your domain
|
# replace with your domain
|
||||||
hostname: example.com
|
hostname: example.com
|
||||||
bind: "127.0.0.1"
|
bind: "127.0.0.1"
|
||||||
# put a random string here (required for login token encryption)
|
federation: {
|
||||||
jwt_secret: "changeme"
|
enabled: true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue