Skip to content

Commit 549eef8

Browse files
committed
fox starting balance default and comment
1 parent d468305 commit 549eef8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ currency:
5252
format: "#,##0.00"
5353

5454
# Starting balance
55-
# Min value is 0. Set to false to disable creating an account on join.
56-
# If the Vault integration is enabled and this is set to `null`, an account with 0 balance will be created regardless.
57-
starting-balance: false
55+
# Min value is 0. Set to "false" to disable creating an account on join.
56+
# If the Vault integration is enabled and this is set to "false", an account with 0 balance will be created regardless.
57+
starting-balance: 0
5858

5959
# Server account
6060
server-account:

0 commit comments

Comments
 (0)