summaryrefslogtreecommitdiff
path: root/backend/Rocket.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-10-16 12:51:21 +0100
committerJoe Carstairs <me@joeac.net>2024-10-16 12:51:21 +0100
commit27b95c9186bd45edd4c982a7cc89cf69cf2c5d46 (patch)
treebf104ff9d64e601bfec5516eb51ef298f3095e9b /backend/Rocket.toml
parent76974785294089965efc3f55b2a08d4089029c52 (diff)
All backend stuff lives in backend folder
Diffstat (limited to 'backend/Rocket.toml')
-rw-r--r--backend/Rocket.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/backend/Rocket.toml b/backend/Rocket.toml
deleted file mode 100644
index bb43355..0000000
--- a/backend/Rocket.toml
+++ /dev/null
@@ -1,2 +0,0 @@
-[global.databases]
-user_data = { url = "/home/joeac/src/budgeting-app/backend/user_data.sqlite" }