summaryrefslogtreecommitdiff
path: root/backend/Rocket.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-08-31 22:43:00 +0100
committerJoe Carstairs <me@joeac.net>2024-08-31 22:43:00 +0100
commit95d4db4da725b74999524a1307e5e17b434dbfeb (patch)
treee083d4d12014e78c9e2ba4414ac3cea2fe2563ff /backend/Rocket.toml
Backend
Diffstat (limited to 'backend/Rocket.toml')
-rw-r--r--backend/Rocket.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/Rocket.toml b/backend/Rocket.toml
new file mode 100644
index 0000000..bb43355
--- /dev/null
+++ b/backend/Rocket.toml
@@ -0,0 +1,2 @@
+[global.databases]
+user_data = { url = "/home/joeac/src/budgeting-app/backend/user_data.sqlite" }