Remove decorative icons and update CORS configuration
This commit is contained in:
14
api/.env.example
Normal file
14
api/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Database connection
|
||||
DATABASE_URL=postgresql://username:password@localhost:5432/filamenteka
|
||||
|
||||
# JWT Secret
|
||||
JWT_SECRET=your-secret-key-here
|
||||
|
||||
# Admin password
|
||||
ADMIN_PASSWORD=your-admin-password
|
||||
|
||||
# Server port
|
||||
PORT=4000
|
||||
|
||||
# Environment
|
||||
NODE_ENV=development
|
||||
Reference in New Issue
Block a user