Delete stack.env
This commit is contained in:
11
stack.env
11
stack.env
@@ -1,11 +0,0 @@
|
|||||||
# Web service environment variables
|
|
||||||
FLASK_APP=app.py
|
|
||||||
FLASK_ENV=production
|
|
||||||
UPLOAD_FOLDER=/app/uploads
|
|
||||||
DATABASE_URL=postgresql://postgres:postgres@db:5432/docupulse
|
|
||||||
SECRET_KEY=your-secure-secret-key-here
|
|
||||||
|
|
||||||
# Database service environment variables
|
|
||||||
POSTGRES_USER=postgres
|
|
||||||
POSTGRES_PASSWORD=postgres
|
|
||||||
POSTGRES_DB=docupulse
|
|
||||||
Reference in New Issue
Block a user