Skip to content

Commit

Permalink
Remove GUI settings in the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
AionJayT committed Oct 25, 2019
1 parent 3a27b25 commit 6da4467
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
13 changes: 0 additions & 13 deletions config/amity/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,5 @@
<DB>WARN</DB>
<API>INFO</API>
<P2P>INFO</P2P>
<GUI>INFO</GUI>
</log>
<gui>
<launcher>
<!--Whether JVM settings for launching kernel should be autodetected; 'true' or 'false'-->
<autodetect>true</autodetect>
<!--Path to JAVA_HOME. This field has no effect if autodetect is true.-->
<java-home>aion.sh</java-home>
<!--Working directory of kernel process. This field has no effect if autodetect is true.-->
<working-dir>/placeholder/for/aion_root_dir</working-dir>
<!--Filename of aion launcher script, relative to working-dir. This field has no effect if autodetect is true.-->
<aion-sh></aion-sh>
</launcher>
</gui>
</aion>
13 changes: 0 additions & 13 deletions config/mainnet/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,18 +94,5 @@
<DB>WARN</DB>
<API>INFO</API>
<P2P>INFO</P2P>
<GUI>INFO</GUI>
</log>
<gui>
<launcher>
<!--Whether JVM settings for launching kernel should be autodetected; 'true' or 'false'-->
<autodetect>true</autodetect>
<!--Path to JAVA_HOME. This field has no effect if autodetect is true.-->
<java-home>aion.sh</java-home>
<!--Working directory of kernel process. This field has no effect if autodetect is true.-->
<working-dir>/placeholder/for/aion_root_dir</working-dir>
<!--Filename of aion launcher script, relative to working-dir. This field has no effect if autodetect is true.-->
<aion-sh></aion-sh>
</launcher>
</gui>
</aion>

0 comments on commit 6da4467

Please sign in to comment.