Removing jwt_secret and adding federation to from_scratch instructions. (#130)

This commit is contained in:
Dessalines 2022-03-29 15:22:45 +00:00 committed by GitHub
parent a94eac23a5
commit 0e9e14cac0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
}
}
```