From 841eb1f1000ff4e8f76b05a3753ae8f6b9f7f29e Mon Sep 17 00:00:00 2001 From: Jens Date: Wed, 3 Feb 2021 22:58:02 +0100 Subject: [PATCH] Included example settings file. --- ShoppingList/ShoppingList-settings.ini.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ShoppingList/ShoppingList-settings.ini.example diff --git a/ShoppingList/ShoppingList-settings.ini.example b/ShoppingList/ShoppingList-settings.ini.example new file mode 100644 index 0000000..4052b92 --- /dev/null +++ b/ShoppingList/ShoppingList-settings.ini.example @@ -0,0 +1,16 @@ +databaseUsername=shoppingList +databasePassword=> +databaseName=shoppingList +databaseServerNames=mysql.mydomain.name +databasePort=3306 +logFolderPath=/var/log/shoppingList +notificationFromAddress= +notificationToAddresses= +notificationMailServer=smtp.host.address +notificationMailServerPort=25 +notificationEncryptionType=none +notificationAuthenticate=false +notificationUsername=smtpUsername +notificationPassword=smtpPassword +language=en +loglevel=1 \ No newline at end of file