fenya123 / forum123

Flask application written for educational purposes.
http://193.124.115.171/
1 stars 1 forks source link

Fix POSTGRES_HOST default value in config #134

Closed birthdaysgift closed 1 year ago

birthdaysgift commented 1 year ago

While working on adjusting coverage to check only rest code (#129) we mistakenly merged another default value for POSTGRES_HOST in config.py. This wasn't intentional and the previous value was correct.

So in the scope of this task we need to change POSTGRES_HOST default value in config to the previous value - localhost.