adding new default config.js file, removed config from repo
parent
19f9a48a8c
commit
bdbbed18ae
@ -0,0 +1,11 @@
|
||||
var config = {
|
||||
"url": "http://localhost:4567/",
|
||||
"port": 4567,
|
||||
"mailer": {
|
||||
host: 'localhost',
|
||||
port: '25',
|
||||
from: 'mailer@localhost.lan'
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = config;
|
Loading…
Reference in New Issue