feat: add logic for journey->train identifier resolving, add recording of journeys, build api bearer auth
This commit is contained in:
9
config.yaml
Normal file
9
config.yaml
Normal 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
|
Reference in New Issue
Block a user