init
This commit is contained in:
7
.env.example
Normal file
7
.env.example
Normal file
@@ -0,0 +1,7 @@
|
||||
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=
|
||||
Reference in New Issue
Block a user