Basic http gateway

This commit is contained in:
2024-10-20 17:42:51 +08:00
parent ff24a43580
commit 9ac6370ecb
6 changed files with 85 additions and 52 deletions

View File

@@ -24,8 +24,5 @@ refresh_token_duration = 2592000
dsn = "host=localhost user=postgres password=password dbname=hy_dealer port=5432 sslmode=disable"
prefix = "dealer_"
[services]
aliases = { id = "auth", uc = "files", co = "interactive", im = "messaging" }
[scraper]
user-agent = "SolarBot/1.0"