with more commands
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-08-14 20:46:17 +02:00
parent 23e7a38f8c
commit 206b500c0f
4 changed files with 83 additions and 0 deletions

View File

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