From f7c8c51cf0eb4d52cf2bcba12da1fd627aa6a508 Mon Sep 17 00:00:00 2001 From: The PCI ID Mail Robot Date: Sun, 4 Feb 2024 14:34:40 +0100 Subject: [PATCH 1/1] Config: Removed testing credentials and renamed to cf/config.example --- .gitignore | 1 + cf/config | 14 -------------- cf/config.example | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 .gitignore delete mode 100644 cf/config create mode 100644 cf/config.example diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..04988c6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +cf/config diff --git a/cf/config b/cf/config deleted file mode 100644 index 31434f2..0000000 --- a/cf/config +++ /dev/null @@ -1,14 +0,0 @@ -dbname = pciids2 -dbuser = pciids2 -dbpasswd = ZaseChciplyKun? -passwdsalt = OSNTOomONTHplrchluhcSONUNSt -regmailsalt = SNTOHmjsaontmsthoseuhtlrc,'E<<Lsnahtuoesnth'n,.hWLhl'rgp348gSTHl',crnTHOSNTJHSntahOSTHWLRc'h,l. -from_addr = PCI ID database -sendmail = /usr/sbin/sendmail -logfile = /home/pciids/ids/log/ids.log -hostname = pci-ids.ucw.cz -jelnet = /home/pciids/ids/perl/scripts/jelnet -xmpp_passwd = IorekByrnison -xmpp_name = pci-ids@ucw.cz -default_uri = PC/ diff --git a/cf/config.example b/cf/config.example new file mode 100644 index 0000000..5c0b390 --- /dev/null +++ b/cf/config.example @@ -0,0 +1,16 @@ +# Example configuration file. Copy to cf/config and edit. + +dbname = pciids2 +dbuser = pciids2 +dbpasswd = FIXME +passwdsalt = FIXME +regmailsalt = FIXME +authsalt = FIXME +from_addr = PCI ID database +sendmail = /usr/sbin/sendmail +logfile = /home/pciids/ids/log/ids.log +hostname = pci-ids.ucw.cz +jelnet = /home/pciids/ids/perl/scripts/jelnet +xmpp_passwd = FIXME +xmpp_name = pci-ids@ucw.cz +default_uri = PC/ -- 2.39.2