Skip to content

Commit

Permalink
Merge pull request #10 from morka17/ft/eks
Browse files Browse the repository at this point in the history
Unchange progres database url
  • Loading branch information
morka17 authored Jul 13, 2023
2 parents f988756 + a58a38b commit 891495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ENVIRONMENT=development
DB_Driver = "postgres"
DB_Source = "postgresql://root:secret@localhost:5432/shiny_bank?sslmode=disable"
DB_Source = "postgresql://root:secret@postgres:5432/shiny_bank?sslmode=disable"
MIGRATION_URL = file://src/db/migration
HTTP_Server_Address = :8080
GRPC_Server_Address = :9090
Expand Down

0 comments on commit 891495f

Please sign in to comment.