mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
fix example config format
This commit is contained in:
parent
399b0e96dc
commit
53cdd62533
1 changed files with 5 additions and 4 deletions
|
@ -88,13 +88,14 @@ redis:
|
||||||
# No need to uncomment in most cases, but you may want to change
|
# No need to uncomment in most cases, but you may want to change
|
||||||
# these settings if you plan to run a large and/or distributed server.
|
# these settings if you plan to run a large and/or distributed server.
|
||||||
|
|
||||||
# cuid: {
|
# cuid:
|
||||||
# # Min 16, Max 24
|
# # Min 16, Max 24
|
||||||
# length: 16,
|
# length: 16
|
||||||
|
#
|
||||||
# # Set this to a unique string across workers (e.g., machine's hostname)
|
# # Set this to a unique string across workers (e.g., machine's hostname)
|
||||||
# # if your workers are running in multiple hosts.
|
# # if your workers are running in multiple hosts.
|
||||||
# fingerprint: "my-fingerperint",
|
# fingerprint: my-fingerprint
|
||||||
# }
|
|
||||||
|
|
||||||
# ┌─────────────────────┐
|
# ┌─────────────────────┐
|
||||||
#───┘ Other configuration └─────────────────────────────────────
|
#───┘ Other configuration └─────────────────────────────────────
|
||||||
|
|
Loading…
Reference in a new issue