# Database Configuration # PostgreSQL (for network database) DATABASE_URL=postgresql+psycopg2://punimtag:punimtag_password@localhost:5432/punimtag # Or use SQLite for local development (default if DATABASE_URL not set) # DATABASE_URL=sqlite:///data/punimtag.db # Photo Storage PHOTO_STORAGE_DIR=data/uploads # JWT Secrets (change in production!) SECRET_KEY=your-secret-key-here-change-in-production # Single-user credentials (change in production!) ADMIN_USERNAME=admin ADMIN_PASSWORD=admin