Update db-creation.py
continuous-integration/drone/push Build was killed Details

main
Félix MIELCAREK 11 months ago committed by GitHub
parent b4d250c71c
commit c66714cae9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3,9 +3,9 @@ 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'],
dbname=os.getenv('POSTGRES_DATABASE'),
user=os.getenv('POSTGRES_USER'),
password=os.getenv('POSTGRES_PASSWORD'),
host="localhost"
)

Loading…
Cancel
Save