summaryrefslogtreecommitdiff
path: root/server/.env
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@spawned.biz>2025-01-04 00:13:34 +0100
committerJoel Klinghed <the_jk@spawned.biz>2025-01-04 02:30:27 +0100
commitd09ffb6ee8b872c69321b3a9d992f278224741dc (patch)
treecf8e53475b3307264ccf073af37bf01d44926b74 /server/.env
parent6354a463401d529c0a1d02264d1fa8ff4e251af5 (diff)
Add docker compose for development
As both compiling, tests and well, running, needs mariadb setup add a docker image for it. Also prepare for ldap support by adding a openldap image as well. Included .env as well, used by sqlx when compiling query!.
Diffstat (limited to 'server/.env')
-rw-r--r--server/.env1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/.env b/server/.env
new file mode 100644
index 0000000..744ed9d
--- /dev/null
+++ b/server/.env
@@ -0,0 +1 @@
+DATABASE_URL=mysql://eyeballs:secret@127.0.0.1:3306/eyeballs