mirror of
https://github.com/KevinMidboe/ISPDowntimeMonitor.git
synced 2025-10-29 01:30:13 +00:00
Example config and ignore config.js.
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,3 +1,6 @@
|
||||
# Project files to ignore
|
||||
config.js
|
||||
|
||||
*.swp
|
||||
.DS_Store
|
||||
|
||||
|
||||
9
config.js.example
Normal file
9
config.js.example
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
module.exports = {
|
||||
senderEmail: '',
|
||||
senderPassword: '',
|
||||
recipientEmail: '',
|
||||
url: '',
|
||||
debug: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user