Skip to content

Commit

Permalink
Fixed DB connection
Browse files Browse the repository at this point in the history
  • Loading branch information
tumugin committed Oct 1, 2023
1 parent 2cc2cf0 commit a25b9b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DB_JDBC_URL=jdbc:p6spy:postgresql://localhost:5432/aisu?createDatabaseIfNotExist=true&connectionTimeZone=UTC
DB_JDBC_URL=jdbc:p6spy:postgresql://localhost:5432/aisu
DB_USERNAME=aisu
DB_PASSWORD=4ab4008b362142c391cc9e1ab98addc6b25f00f5
REDIS_CONNECTION_URL=redis://localhost:6379
Expand Down
2 changes: 1 addition & 1 deletion .env.testing
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DB_JDBC_URL=jdbc:postgresql://localhost:5432/aisu_test?createDatabaseIfNotExist=true
DB_JDBC_URL=jdbc:postgresql://localhost:5432/aisu_test
DB_USERNAME=aisu
DB_PASSWORD=4ab4008b362142c391cc9e1ab98addc6b25f00f5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ports:
- 5432:5432
env:
POSTGRES_DB: aisu
POSTGRES_DB: aisu_test
POSTGRES_USER: aisu
POSTGRES_PASSWORD: 4ab4008b362142c391cc9e1ab98addc6b25f00f5
options: >-
Expand Down

0 comments on commit a25b9b8

Please sign in to comment.