final app for testing and deployment
This commit is contained in:
19
.env.sample
Normal file
19
.env.sample
Normal 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
|
||||
Reference in New Issue
Block a user