mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
0a7303dfba
Just removes the deprecated `id` variable as well as the (commented out)elasticsearch settings since those don't exist anymore
29 lines
385 B
YAML
29 lines
385 B
YAML
url: http://localhost:3000
|
|
port: 3000
|
|
|
|
db:
|
|
host: 127.0.0.1
|
|
port: 5432
|
|
|
|
db: iceshrimp
|
|
|
|
user: iceshrimp
|
|
pass: iceshrimp
|
|
|
|
redis:
|
|
host: localhost
|
|
port: 6379
|
|
family: 4
|
|
#sonic:
|
|
# host: localhost
|
|
# port: 1491
|
|
# auth: SecretPassword
|
|
# collection: notes
|
|
# bucket: default
|
|
|
|
reservedUsernames:
|
|
- root
|
|
- admin
|
|
- administrator
|
|
- me
|
|
- system
|