Example config and ignore config.js.

This commit is contained in:
2020-05-27 20:03:01 +02:00
parent 1d2409036f
commit b2e6d6341b
2 changed files with 12 additions and 0 deletions

9
config.js.example Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
senderEmail: '',
senderPassword: '',
recipientEmail: '',
url: '',
debug: false
}