rename the app to scoffer...everywhere

This commit is contained in:
2025-08-09 17:54:32 +01:00
parent 591ebdf5db
commit 8029d10264
11 changed files with 24 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
# Docker Setup for Recipe Management App
# Docker Setup for Scoffer
## Full Stack Containerized Setup
@@ -32,9 +32,7 @@ Create a `.env` file in the project root with the following variables:
```bash
# MongoDB Configuration
MONGODB_USERNAME=admin
MONGODB_PASSWORD=password123
MONGODB_DATABASE=recipe-management
MONGODB_DATABASE=scoffer
# JWT Secret for Backend Authentication
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production