Skip to content

Commit 2d08291

Browse files
committed
Rm comment
1 parent 70eda27 commit 2d08291

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

azureproject/production.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# Configure Postgres database based on connection string of the libpq Keyword/Value form
1010
# https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING
1111
conn_str = os.environ['AZURE_POSTGRESQL_CONNECTIONSTRING']
12-
#conn_str= 'dbname=msdocs-python-postgres-psfdj-database host=msdocs-python-postgres-psfdj-server.postgres.database.azure.com port=5432 sslmode=require user=bazbufjyde password=PASSWORD$'
1312
conn_str_params = {pair.split('=')[0]: pair.split('=')[1] for pair in conn_str.split(' ')}
1413

1514
DATABASE_URI = 'postgresql+psycopg2://{dbuser}:{dbpass}@{dbhost}/{dbname}'.format(

0 commit comments

Comments
 (0)