Skip to content

Commit 89b3031

Browse files
committed
chore: merge main
2 parents f14f54a + d994149 commit 89b3031

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1916
-1878
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:5432/postgres
1+
DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:54322/postgres

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- 5432:5432
2929

3030
env:
31-
DB_CONNECTION_STRING: postgresql://postgres:postgres@localhost:5432/postgres
31+
DATABASE_URL: postgresql://postgres:postgres@localhost:5432/postgres
3232

3333
steps:
3434
- name: 🏗 Setup repository

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ target/
1717
# File system
1818
.DS_Store
1919
desktop.ini
20+
21+
*.log

0 commit comments

Comments
 (0)