final stage of the app

This commit is contained in:
2025-07-15 14:32:57 +03:00
parent 94f006d458
commit b94d2ebbd6
29 changed files with 1498 additions and 1124 deletions

24
.env.example Normal file
View File

@@ -0,0 +1,24 @@
# QR Code Manager Environment Configuration
# Copy this file to .env and customize as needed
# Security Settings
SECRET_KEY=your-super-secret-key-change-me-in-production
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin123
# Flask Configuration
FLASK_ENV=production
FLASK_DEBUG=false
# Server Configuration
HOST=0.0.0.0
PORT=5000
# Upload Configuration
MAX_CONTENT_LENGTH=16777216
# Default QR Code Settings
DEFAULT_QR_SIZE=10
DEFAULT_QR_BORDER=4
DEFAULT_FOREGROUND_COLOR=#000000
DEFAULT_BACKGROUND_COLOR=#FFFFFF