mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-28 01:21:13 +01:00
adding new default config.js file, removed config from repo
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -5,4 +5,5 @@
|
||||
npm-debug.log
|
||||
node_modules/
|
||||
sftp-config.json
|
||||
public/config.json
|
||||
public/config.json
|
||||
config.js
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
var config = {
|
||||
"url": "http://designcreateplay.com:4567/",
|
||||
"url": "http://localhost:4567/",
|
||||
"port": 4567,
|
||||
"mailer": {
|
||||
host: 'localhost',
|
||||
port: '25',
|
||||
from: 'mailer@designcreateplay.com'
|
||||
from: 'mailer@localhost.lan'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user