This repository has been archived on 2023-06-26. You can view files and clone it, but cannot push or open issues or pull requests.
meincantor-api/Rocket.toml
Denys Konovalov 64ed9cdfe7 - fixed wrong Rocket.toml release adress
- added userinfo endpoint
2021-08-09 21:57:41 +02:00

13 lines
285 B
TOML

[debug]
port = 3000
[debug.databases]
timetable = { url = "postgres://meincantor:meincantor_password@localhost/meincantor_db" }
[release]
address = "localhost"
port = 3000
[release.databases]
timetable = { url = "postgres://meincantor:meincantor_password@localhost/meincantor_db" }