mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-01 01:59: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
|
||||
hostname: example.com
|
||||
bind: "127.0.0.1"
|
||||
# put a random string here (required for login token encryption)
|
||||
jwt_secret: "changeme"
|
||||
federation: {
|
||||
enabled: true
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue