summaryrefslogtreecommitdiff
path: root/server/.env
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-01-09 00:34:02 +0100
committerJoel Klinghed <the_jk@spawned.biz>2025-01-09 00:48:52 +0100
commit6c6dd808a1005771f50696e1568dd6c653e2731b (patch)
tree822a71086afe8c71de4b26099f6985a677c690a0 /server/.env
parent6b81d27aaffd96b3f2a9aeb168a2c7f8fbe564c1 (diff)
Move sqlx to "offline mode"
Avoid having to have an active server and a migrated database to be able to build. Instead, when a new query is added or the database updated, cargo sqlx prepare needs to be run again, then with a running server and an active database. But only then.
Diffstat (limited to 'server/.env')
-rw-r--r--server/.env1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/.env b/server/.env
deleted file mode 100644
index 744ed9d..0000000
--- a/server/.env
+++ /dev/null
@@ -1 +0,0 @@
-DATABASE_URL=mysql://eyeballs:secret@127.0.0.1:3306/eyeballs