8 lines
280 B
Plaintext
8 lines
280 B
Plaintext
DATABASE_URL=sqlite:///./vyryi.db
|
|
JWT_SECRET=change-me-in-production
|
|
JWT_ALGORITHM=HS256
|
|
JWT_EXPIRE_MINUTES=10080
|
|
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173,http://localhost:5174,http://127.0.0.1:5174
|
|
CORS_ORIGIN_REGEX=http://(localhost|127\.0\.0\.1):\d+
|
|
BOT_TOKEN=
|