Change default port
This commit is contained in:
parent
b16f65b72b
commit
cc5b522f22
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"port": 9090,
|
"port": 9000,
|
||||||
"theme": "themes/example.css",
|
"theme": "themes/example.css",
|
||||||
"public": true
|
"public": true
|
||||||
}
|
}
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
"irc",
|
"irc",
|
||||||
"server"
|
"server"
|
||||||
],
|
],
|
||||||
"main": "http://localhost:9090/",
|
"main": "http://localhost:9000/",
|
||||||
"node-main": "./index.js",
|
"node-main": "./index.js",
|
||||||
"single-instance": false,
|
"single-instance": false,
|
||||||
"window": {
|
"window": {
|
||||||
|
Loading…
Reference in New Issue
Block a user