[FA-9] Postgres backing works

This commit is contained in:
gamer147
2025-11-20 13:53:58 -05:00
parent 0abb10bb00
commit 3250cf1467
8 changed files with 1508 additions and 2 deletions

View File

@@ -9,5 +9,8 @@
"ConnectionString": "amqp://localhost",
"ClientIdentifier": "SchedulerService"
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=FictionArchive_SchedulerService;Username=postgres;password=postgres"
},
"AllowedHosts": "*"
}