mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Work on federation
This commit is contained in:
parent
b27d4219f9
commit
8b442c241c
8 changed files with 254 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue