From 516263ea51350514571deafc70b14f9f19d760d8 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 9 Jul 2024 15:11:26 -0400 Subject: initial commit --- config.py.example | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 config.py.example (limited to 'config.py.example') diff --git a/config.py.example b/config.py.example new file mode 100644 index 0000000..4c366dc --- /dev/null +++ b/config.py.example @@ -0,0 +1,19 @@ +import libraries +from libraries import * + +config = [ + { + "alias": "main library", + "class": aspen.Library, + "username": "1000049274222", + "password": "1234", + "baseurl": "https://aspen.example.org", + }, + { + "alias": "other library", + "class": polaris.Library, + "username": "1000049274384", + "password": "4321", + "baseurl": "https://catalog.example.org/polaris", + } +] -- cgit