From eabeb7ed7b641dea0b8e71ab33ab97b4ed7a4cda Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Mon, 13 Dec 2021 22:41:20 +0100 Subject: start implementing basic login functionality --- backend/Rocket.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 backend/Rocket.toml (limited to 'backend/Rocket.toml') diff --git a/backend/Rocket.toml b/backend/Rocket.toml new file mode 100644 index 0000000..40635de --- /dev/null +++ b/backend/Rocket.toml @@ -0,0 +1,2 @@ +[debug.databases.postgresql_database] +url = "postgresql://planetwars:planetwars@localhost/planetwars" \ No newline at end of file -- cgit v1.2.3