From 91da2ac15f02f1687ab3b5ebf0f5aa5898a750cd Mon Sep 17 00:00:00 2001 From: shockrahwow Date: Thu, 28 Nov 2019 00:26:34 -0800 Subject: [PATCH] yea i know its silly but just roll with it for now i dun want to pay for server yet --- server/Rocket.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/server/Rocket.toml b/server/Rocket.toml index 9380dfc..b84fa7b 100644 --- a/server/Rocket.toml +++ b/server/Rocket.toml @@ -2,7 +2,11 @@ address="localhost" port=8080 templates_dir="static/html/" + [production] address="localhost" port=8080 -templates_dir="static/html/" \ No newline at end of file +templates_dir="static/html/" + +[global.databases.sqlite_dtabase] +url = "db/tmp.sqlite"