Added release como-backend: f9dcc59f3c

This commit is contained in:
2023-06-04 14:49:59 +02:00
commit 99f67f3d34
2 changed files with 21 additions and 0 deletions

4
como-backend/env.example Normal file
View File

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