Update db-creation.py
continuous-integration/drone/push Build is failing Details

main
Félix MIELCAREK 1 year ago committed by GitHub
parent f55044bea4
commit c9247715db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -4,8 +4,8 @@ import os
# Establish connection to the PostgreSQL database
conn = psycopg2.connect(
dbname=os.getenv('POSTGRES_DATABASE'),
user=os.getenv('POSTGRES_USER'),
password=os.getenv('POSTGRES_PASSWORD'),
user='postgres',
password=os.getenv('POSTGRES_ROOT_PASSWORD'),
host="felixmielcarek-bigbrotherdb"
)

Loading…
Cancel
Save