This commit is contained in:
2024-05-03 12:25:20 +03:00
commit 8236ae0642
19 changed files with 452 additions and 0 deletions

5
.env.example Normal file
View File

@ -0,0 +1,5 @@
DB_DATABASE=test_db
DB_USERNAME=user
DB_PASSWORD=pass
DB_PORT=5432
DATABASE_URL=postgres://user:pass@localhost:5432/test_db