Set default domain for localdev

smf-sdk
Lennart Kats 2015-12-16 23:03:09 +01:00
rodzic 897b593ebd
commit 138dcacc59
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -35,7 +35,8 @@ shortcuts.localdev = shortcuts.onlinedev.concat(
"--ide.cdn", "false", "--homepage.cdn", "false", "--ide.cdn", "false", "--homepage.cdn", "false",
"--force-sudo", "--force-sudo",
"--api.port", "8281", "--api.port", "8281",
"--infra_port", "8282" "--infra_port", "8282",
"--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
var delayLoadConfigs = [ var delayLoadConfigs = [