feat: implement daily character seed from environment variable and enhance selection logic with hashing
This commit is contained in:
@@ -7,3 +7,8 @@ ORIGIN=""
|
||||
# For production use 32 characters and generated with high entropy
|
||||
# https://www.better-auth.com/docs/installation
|
||||
BETTER_AUTH_SECRET=""
|
||||
|
||||
# Daily Character Selection
|
||||
# Seed for daily character selection (default: "onepiecedle")
|
||||
# Can be any string - will be hashed to generate the rotation
|
||||
DAILY_CHARACTER_SEED=onepiecedle
|
||||
|
||||
Reference in New Issue
Block a user