major checkpoint
This commit is contained in:
+4
-1
@@ -6,6 +6,7 @@ SECRET_KEY=your-secret-key-here-change-in-production
|
||||
# Database
|
||||
DATABASE_URL=postgresql://user:password@localhost:5432/authy2_dev
|
||||
SQLALCHEMY_ECHO=False
|
||||
SQLALCHEMY_LOG_LEVEL=WARNING
|
||||
|
||||
# Security
|
||||
BCRYPT_LOG_ROUNDS=12
|
||||
@@ -15,7 +16,9 @@ SESSION_COOKIE_SAMESITE=Lax
|
||||
MAX_SESSION_DURATION=86400
|
||||
|
||||
# CORS
|
||||
CORS_ORIGINS=http://localhost:3000,http://localhost:5173
|
||||
#CORS_ORIGINS=http://localhost:3000,http://localhost:5173,https://oidc-playpen.lovable.app/,http://localhost:8080/
|
||||
CORS_ORIGINS=*
|
||||
|
||||
|
||||
# JWT (if using JWT instead of sessions)
|
||||
JWT_SECRET_KEY=your-jwt-secret-key-here
|
||||
|
||||
Reference in New Issue
Block a user