Remove decorative icons and update CORS configuration

This commit is contained in:
DaX
2025-06-20 13:05:36 +02:00
parent 18110ab159
commit 62a4891112
51 changed files with 4284 additions and 2385 deletions

14
api/.env.example Normal file
View 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