Included example settings file.
This commit is contained in:
parent
6b96fcb207
commit
841eb1f100
16
ShoppingList/ShoppingList-settings.ini.example
Normal file
16
ShoppingList/ShoppingList-settings.ini.example
Normal file
@ -0,0 +1,16 @@
|
||||
databaseUsername=shoppingList
|
||||
databasePassword=<some password>>
|
||||
databaseName=shoppingList
|
||||
databaseServerNames=mysql.mydomain.name
|
||||
databasePort=3306
|
||||
logFolderPath=/var/log/shoppingList
|
||||
notificationFromAddress=<senderMailAddress>
|
||||
notificationToAddresses=<recipientMailAddress>
|
||||
notificationMailServer=smtp.host.address
|
||||
notificationMailServerPort=25
|
||||
notificationEncryptionType=none
|
||||
notificationAuthenticate=false
|
||||
notificationUsername=smtpUsername
|
||||
notificationPassword=smtpPassword
|
||||
language=en
|
||||
loglevel=1
|
Loading…
Reference in New Issue
Block a user