mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-04 02:41:53 +00:00
Changed default http port.
Avoids problems with radare2 instances
This commit is contained in:
parent
9036dd0c35
commit
00354483a1
@ -65,7 +65,7 @@ try {
|
||||
}
|
||||
} catch ( e ) {}
|
||||
|
||||
r2.root = "http://localhost:9090"; // prefix path
|
||||
r2.root = "http://localhost:14170"; // prefix path
|
||||
|
||||
/* helpers */
|
||||
function dump(obj) {
|
||||
|
@ -53,6 +53,7 @@ QRCore::QRCore(QObject *parent) :
|
||||
// Used by the HTML5 graph
|
||||
config("http.cors","true");
|
||||
config("http.sandbox", "false");
|
||||
config("http.port", "14170");
|
||||
|
||||
// Temporary fixes
|
||||
//config("http.root","/usr/local/share/radare2/last/www");
|
||||
|
Loading…
Reference in New Issue
Block a user