Commit ce48b4dda4d15ef993b24f25ffa1022f74184ba3
added config for termux on chromebook
* committed on 2/27/2019, 4:53:36 AMParent: 3c6e5e7edcb954aa25fe360dc2940b249754c704
Files changed
config.js | changed |
package-lock.json | deleted |
config.js | ||
---|---|---|
@@ -2,9 +2,9 @@ | ||
2 | 2 … | |
3 | 3 … | module.exports = function () { |
4 | 4 … | //var host = window.location.origin |
5 | 5 … | |
6 | - var host = 'http://localhost:8989' | |
6 … | + var host = 'http://100.115.92.2:8989' | |
7 | 7 … | |
8 | 8 … | function getConfig () { |
9 | 9 … | http.get(host + '/get-config', function (res) { |
10 | 10 … | res.on('data', function (data, remote) { |
package-lock.json | ||
---|---|---|
The diff is too large to show. Use a local git client to view these changes. Old file size: 303372 bytes New file size: 0 bytes |
Built with git-ssb-web