feat: add database url

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2024-04-05 22:04:43 +02:00
parent e19a57bbb7
commit 7fe7c0968d
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

1
cuddle-rust-service/.env Normal file
View File

@ -0,0 +1 @@
DATABASE_URL="postgres://root@localhost:26257/defaultdb?sslmode=disable"