other method to do env

This commit is contained in:
2025-05-26 16:09:06 +02:00
parent 4b8396a3bc
commit 1814c6669a
3 changed files with 2 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
FLASK_APP=app.py
FLASK_ENV=production
UPLOAD_FOLDER=/app/uploads
DATABASE_URL=postgresql://postgres:1253@localhost:5432/docupulse
DATABASE_URL=postgresql://postgres:1253@db:5432/docupulse
SECRET_KEY=your-secure-secret-key-here
# Database service environment variables