from requests.auth import HTTPBasicAuth def get_config(): return { 'db_conn_str': 'dbname=pdbtest', 'db_schema': 'peeringdb', 'auth': HTTPBasicAuth('use_a_dedicated_peeringdb_account', 'and_a_long_random_password'), }