Test database connection

communication
junos 2020-12-24 14:11:58 +01:00
parent e8b5f93401
commit c6e984f2f9
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
import unittest
import psycopg2
import os
from dotenv import load_dotenv
load_dotenv()
db_host = "212.235.208.113"
db_database = "staw"