Skip to content

Commit

Permalink
fix: Add small change for node deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
antidodo committed Apr 12, 2024
1 parent 1f15843 commit 4384633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/database/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Database:
def __init__(self) -> None:
host = "local-flame-node-pod-orchestration-postgresql-service"
host = "flame-node-postgresql-service"
port = "5432"
user = "postgres"
password = "postgres"
Expand Down

0 comments on commit 4384633

Please sign in to comment.