Skip to content

Commit

Permalink
update server config to fetch from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
simylein authored Apr 23, 2021
1 parent f8d1919 commit 24f0c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.settings
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ java="/usr/bin/java" # defines path to java binary
screen="/usr/bin/screen" # defines path to screen binary

# github branch
branch="testing" # all scripts will fetch from this branch
branch="main" # all scripts will fetch from this branch

# enables debug logging
enabledebug="false" # enables debug log into logfiles if set to true
Expand Down

0 comments on commit 24f0c2e

Please sign in to comment.