Skip to content

Commit

Permalink
main: Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
e-gulakhmet committed Apr 8, 2024
1 parent 7afcbef commit 6acca9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ DBMATE_SCHEMA_FILE=./databases/postgresql/migrations/schema.sql
GRPC_HOST=[::]
GRPC_PORT=80
# PostgreSQL
POSTGRESQL_DSN=postgresql://postgres:postgres@localhost:5432/homefinancier
POSTGRESQL_DSN=postgresql://postgres:postgres@localhost:5432/homefinancier_teset
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
# dbmate
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/homefinancier?sslmode=disable
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/homefinancier_test?sslmode=disable
2 changes: 1 addition & 1 deletion .github/workflows/quality_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,4 @@ jobs:
dbmate --help
- name: Run tests
run: dotenv -f envs/test.env run -- poetry run make test-all
run: dotenv -f .env.template run -- poetry run make test-all

0 comments on commit 6acca9e

Please sign in to comment.