update nice visuel
This commit is contained in:
+9
-1
@@ -18,8 +18,16 @@ ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=change-me-strong-password
|
||||
|
||||
# Starting balances for new accounts (credits in cents, osu as units)
|
||||
# In production, keep STARTING_OSU low/0 — osu is the real-money currency.
|
||||
STARTING_BALANCE=10000
|
||||
STARTING_OSU=100
|
||||
STARTING_OSU=25
|
||||
|
||||
# Payments (osu top-ups)
|
||||
# mock = instant confirm for local/dev (default)
|
||||
# stripe = requires STRIPE_SECRET_KEY (+ webhook wiring)
|
||||
PAYMENTS_PROVIDER=mock
|
||||
# STRIPE_SECRET_KEY=sk_live_...
|
||||
# STRIPE_WEBHOOK_SECRET=whsec_...
|
||||
|
||||
# Jackpot
|
||||
JACKPOT_ROUND_SECONDS=30
|
||||
|
||||
Reference in New Issue
Block a user