Work on federation

This commit is contained in:
Jesse Wierzbinski 2023-11-26 15:40:44 -10:00
parent b27d4219f9
commit 8b442c241c
No known key found for this signature in database
8 changed files with 254 additions and 2 deletions

View file

@ -1,10 +1,16 @@
[database]
host = "localhost"
port = 48654
port = 5432
username = "lysand"
password = "password123"
database = "lysand"
[redis.queue]
host = "localhost"
post = 6379
password = ""
database = 0
[http]
base_url = "https://lysand.social"
bind = "http://localhost"