684f07746d
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
134 B
Bash
5 lines
134 B
Bash
DATABASE_URL=sqlite://solitaire.db
|
|
JWT_SECRET=replace_with_64_char_hex_from_openssl_rand_hex_32
|
|
SERVER_PORT=8080
|
|
ADMIN_USERNAME=admin
|