summaryrefslogtreecommitdiff
path: root/server/Rocket.toml
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2024-12-28 10:40:20 +0100
committerJoel Klinghed <the_jk@spawned.biz>2024-12-28 13:57:15 +0100
commit6614f5a6adf3780553d6ebba55361ad913a6c438 (patch)
tree8f178b2f074587d6d461741bae99381a01784127 /server/Rocket.toml
parent3010daec061acd4ee88266a759abab0ac18cd100 (diff)
Database connection
Diffstat (limited to 'server/Rocket.toml')
-rw-r--r--server/Rocket.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/Rocket.toml b/server/Rocket.toml
new file mode 100644
index 0000000..266d358
--- /dev/null
+++ b/server/Rocket.toml
@@ -0,0 +1,2 @@
+[databases.eyeballs]
+url = "mysql://eyeballs:verysecret@127.0.0.1:3306/eyeballs"