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"