feat: add logic for journey->train identifier resolving, add recording of journeys, build api bearer auth

This commit is contained in:
2025-05-11 01:12:23 +02:00
parent 6b389e2d95
commit 41651dac21
25 changed files with 2833 additions and 125 deletions

9
config.yaml Normal file
View File

@ -0,0 +1,9 @@
http:
bind_address: 127.0.0.1
port: 3002
database:
type: postgresql
host: 127.0.0.1
user: postgres
password: mysecretpassword
database: postgres