kopia lustrzana https://github.com/c9/core
Use the right API url
rodzic
a3a156d68e
commit
a78b76d84f
|
@ -36,6 +36,7 @@ shortcuts.localdev = shortcuts.onlinedev.concat(
|
||||||
"--force-sudo",
|
"--force-sudo",
|
||||||
"--api.port", "8281",
|
"--api.port", "8281",
|
||||||
"--infra_port", "8282",
|
"--infra_port", "8282",
|
||||||
|
"--api_url", "http://127.0.0.1:8281",
|
||||||
"--domains", "c9.local"
|
"--domains", "c9.local"
|
||||||
);
|
);
|
||||||
shortcuts.odev = shortcuts.onlinedev; // For backwards compatibility, if you see this in 2016 remove this line
|
shortcuts.odev = shortcuts.onlinedev; // For backwards compatibility, if you see this in 2016 remove this line
|
||||||
|
|
Ładowanie…
Reference in New Issue