We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cea5f3 commit 792b667Copy full SHA for 792b667
slack_ws_main.ml
@@ -13,7 +13,7 @@ let run instance_id =
13
let main ~offset =
14
Cmdline.parse_options ~offset [];
15
if not (Conf.is_set ()) then
16
- Esper_config.load_based_on_hostname ();
+ Esper_config.set_config_file_based_on_hostname ();
17
if not (Esper_config.is_prod ()) then (
18
Log.level := `Debug;
19
Util_http_client.trace := true
0 commit comments