Use the right API url

smf-sdk
Lennart Kats 2015-12-18 13:02:16 +01:00
rodzic a3a156d68e
commit a78b76d84f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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