2025-07-29 23:06:00 +00:00
|
|
|
version: 1.2.5
|
2025-07-28 20:23:41 +00:00
|
|
|
|
|
|
|
|
# Balance settings
|
|
|
|
|
balance:
|
2026-01-18 02:43:06 +00:00
|
|
|
enabled: false # Enable token credit balances for users
|
|
|
|
|
startBalance: 2000000 # Initial tokens credited upon registration
|
2025-07-28 20:23:41 +00:00
|
|
|
autoRefillEnabled: true # Enable automatic token refills
|
|
|
|
|
refillIntervalValue: 1 # Numerical value for refill interval
|
|
|
|
|
refillIntervalUnit: "days" # Time unit for refill interval (days, hours, etc.)
|
2026-01-18 02:43:06 +00:00
|
|
|
refillAmount: 1000000 # Tokens added during each refill
|