Skip to content

Commit

Permalink
#209 start webui server headless
Browse files Browse the repository at this point in the history
  • Loading branch information
teosarca committed Mar 6, 2017
1 parent ba1a81e commit 7331e6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static void main(String[] args)
Ini.setRunMode(RunMode.WEBUI);

new SpringApplicationBuilder(WebRestApiApplication.class)
.headless(false) // FIXME: we need it for initial connection setup popup (if any)
.headless(true)
.web(true)
.profiles(PROFILE_Webui)
.run(args);
Expand Down

0 comments on commit 7331e6e

Please sign in to comment.