final app for testing and deployment

This commit is contained in:
2025-07-16 20:45:12 +03:00
parent 729f64f411
commit e9a8f5e622
26 changed files with 1561 additions and 168 deletions

19
.env.sample Normal file
View File

@@ -0,0 +1,19 @@
# QR Code Manager Environment Configuration
# Application Domain - Used for URL shortener functionality
# Examples:
# For development: APP_DOMAIN=localhost:5000
# For production: APP_DOMAIN=qr.moto-adv.com
# For production with HTTPS: APP_DOMAIN=https://qr.moto-adv.com
APP_DOMAIN=localhost:5000
# Flask Configuration
FLASK_ENV=development
SECRET_KEY=your-secret-key-change-in-production
# Database Configuration (if using a database in the future)
# DATABASE_URL=sqlite:///qr_manager.db
# Admin Credentials (optional override)
# ADMIN_USERNAME=admin
# ADMIN_PASSWORD_HASH=$2b$12$... # bcrypt hash of password