negyedik gyakorlat + megoldasok
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/cors_di_app?schema=public"
|
||||
JWT_SECRET="titkos-kulcs-jwt-hez-változtasd-meg"
|
||||
JWT_EXPIRES_IN="7d"
|
||||
PORT=3000
|
||||
NODE_ENV=development
|
||||
|
||||
# Ethereal Email (Regisztrálj itt: https://ethereal.email/)
|
||||
ETHEREAL_USER=your-ethereal-user@ethereal.email
|
||||
ETHEREAL_PASS=your-ethereal-password
|
||||
|
||||
# CORS (comma-separated origins)
|
||||
ALLOWED_ORIGINS=http://localhost:3000,http://localhost:5173
|
||||
|
||||
# App URL (email linkekhez)
|
||||
APP_URL=http://localhost:3000
|
||||
Reference in New Issue
Block a user