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 51d71ce133 - extended API Endpoints
- restructured API paths
- added JWT authorization
- added login function (without authentication)
2021-07-29 20:03:10 +02:00

13 lines
288 B
TOML

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