From 6b7297545b71fda63aff0a74e680660e8c22222b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Asbj=C3=B8rn=20Sloth=20T=C3=B8nnesen?= Date: Fri, 6 Sep 2019 13:43:35 +0000 Subject: initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Asbjørn Sloth Tønnesen --- config.py.sample | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.py.sample (limited to 'config.py.sample') diff --git a/config.py.sample b/config.py.sample new file mode 100644 index 0000000..d85e4ef --- /dev/null +++ b/config.py.sample @@ -0,0 +1,8 @@ +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'), + } -- cgit v1.2.1