15 lines
386 B
Plaintext
15 lines
386 B
Plaintext
# Drizzle
|
|
DATABASE_URL=file:local.db
|
|
|
|
ORIGIN=""
|
|
|
|
# Better Auth
|
|
# 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
|