full-stack-todo-backend / .env.example
m-ahmad-official's picture
Initial commit: Full-stack todo backend for Hugging Face Spaces
6bed18e
raw
history blame contribute delete
378 Bytes
DATABASE_URL='postgresql://neondb_owner:npg_OobETvcr52mH@ep-purple-rain-ahogvd6j-pooler.c-3.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=require'
SECRET_KEY=your-secret-key-here
DEBUG=True
BETTER_AUTH_SECRET=your-better-auth-secret-key
BETTER_AUTH_PUBLIC_KEY=your-public-key-for-verification
JWT_ALGORITHM=RS256
JWT_EXPIRATION_DELTA=604800 # 7 days in seconds