Files
NodeBB/public/config.default.json

7 lines
108 B
JSON
Raw Normal View History

2013-04-22 21:47:31 -04:00
{
"socket" : {
"address" : "localhost",
"port" : "4567"
2013-05-02 02:04:28 +00:00
},
2013-05-01 22:15:07 -04:00
"api_url" : "http://localhost:4567/api/"
2013-04-22 21:47:31 -04:00
}