From b40c1fb26bae21970f728cc1ae3db741f9b0268a Mon Sep 17 00:00:00 2001 From: MrJeremyHobbs Date: Thu, 7 Feb 2019 12:11:55 -0800 Subject: [PATCH] fixed config.ini --- config.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.ini b/config.ini index 1220f58..d47c87a 100644 --- a/config.ini +++ b/config.ini @@ -1,13 +1,13 @@ [misc] version=2.1 ;path must include an ending "\" -download_directory=c:\users\jthobbs\downloads\ +download_directory=c:\users\username\downloads\ [SRU] -inst_code=01CALS_PSU -iz_path=https://csu-calpoly.alma.exlibrisgroup.com/view/sru/01CALS_PSU -nz_path=https://csu-network.alma.exlibrisgroup.com/view/sru/01CALS_NETWORK +inst_code=01UNIV_ABC +iz_path=https://your-domain.alma.exlibrisgroup.com/view/sru/01UNIV_ABC +nz_path=https://your-domain.alma.exlibrisgroup.com/view/sru/01UNIV_NETWORK [log] ;path must include an ending "\" -log_directory=c:\users\jthobbs\desktop\ \ No newline at end of file +log_directory=c:\users\username\desktop\ \ No newline at end of file