Added release cibus-backend: 23e7a38f8c

This commit is contained in:
Kasper Juul Hermansen 2022-08-14 20:45:52 +02:00
parent e204cb2b8f
commit e49f4a1af4
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -0,0 +1,4 @@
POSTGRES_DB=cibus
POSTGRES_USER=cibus
POSTGRES_PASSWORD=somenotverysecurepassword
DATABASE_URL="postgres://cibus:somenotverysecurepassword@localhost:5432/cibus"