Skip to content

Commit

Permalink
Removing Print
Browse files Browse the repository at this point in the history
  • Loading branch information
phutelmyer committed May 8, 2024
1 parent df008d8 commit e08ef3b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ class Config(object):

# Formatted for ease of use with flask-sqlalchemy
SQLALCHEMY_DATABASE_URI = f"postgresql://{DATABASE_USERNAME}:{DATABASE_PASSWORD}@{DATABASE_HOST}:{DATABASE_PORT}/{DATABASE_DBNAME}"
logging.info(f"connecting to database with {SQLALCHEMY_DATABASE_URI}")


class ProductionConfig(Config):
UPLOAD_FOLDER = "/opt"
Expand Down

0 comments on commit e08ef3b

Please sign in to comment.