Files
michaelschiemer/.env.example
Michael Schiemer 5050c7d73a docs: consolidate documentation into organized structure
- Move 12 markdown files from root to docs/ subdirectories
- Organize documentation by category:
  • docs/troubleshooting/ (1 file)  - Technical troubleshooting guides
  • docs/deployment/      (4 files) - Deployment and security documentation
  • docs/guides/          (3 files) - Feature-specific guides
  • docs/planning/        (4 files) - Planning and improvement proposals

Root directory cleanup:
- Reduced from 16 to 4 markdown files in root
- Only essential project files remain:
  • CLAUDE.md (AI instructions)
  • README.md (Main project readme)
  • CLEANUP_PLAN.md (Current cleanup plan)
  • SRC_STRUCTURE_IMPROVEMENTS.md (Structure improvements)

This improves:
 Documentation discoverability
 Logical organization by purpose
 Clean root directory
 Better maintainability
2025-10-05 11:05:04 +02:00

68 lines
1.8 KiB
Plaintext

# Projektname für Docker Compose
COMPOSE_PROJECT_NAME=michaelschiemer
# Anwendungseinstellungen
APP_ENV=development
APP_DEBUG=true
# API-Konfiguration
RAPIDMAIL_USERNAME=3f60a5c15c3d49c631d0e75b7c1090a3859423a7
RAPIDMAIL_PASSWORD=572d25dc36e620f14c89e9c75c02c1f3794ba3c0
RAPIDMAIL_DEFAULT_LIST_ID=776
# Shopify API-Konfiguration
SHOPIFY_SHOP_DOMAIN=michaelschiemer.myshopify.com
SHOPIFY_ACCESS_TOKEN=shpat_123456789abcdef
SHOPIFY_API_VERSION=2024-04
# Datenbank-Konfiguration (falls benötigt)
# DB_HOST=localhost
# DB_PORT=3306
# DB_DATABASE=meine_datenbank
# DB_USERNAME=root
# DB_PASSWORD=secret
# Redis-Konfiguration (falls benötigt)
# REDIS_HOST=redis
# REDIS_PORT=6379
# REDIS_PASSWORD=null
# Externer Port für Web-Zugriff
APP_PORT=8000
# PHP-Version (für Build)
PHP_VERSION=8.4
# Redis Konfiguration
REDIS_SCHEME=tcp
REDIS_HOST=redis
REDIS_PORT=6379
# Rate Limiting Konfiguration
RATE_LIMIT_DEFAULT=60
RATE_LIMIT_WINDOW=60
RATE_LIMIT_AUTH=10
RATE_LIMIT_AUTH_WINDOW=300
RATE_LIMIT_API=30
RATE_LIMIT_API_WINDOW=60
# OAuth Provider Konfiguration
APP_URL=https://localhost
# Spotify OAuth
SPOTIFY_CLIENT_ID=your_spotify_client_id
SPOTIFY_CLIENT_SECRET=your_spotify_client_secret
SPOTIFY_REDIRECT_URI=https://localhost/oauth/spotify/callback
# Apple Music OAuth
APPLE_MUSIC_CLIENT_ID=your_apple_music_client_id
APPLE_MUSIC_TEAM_ID=your_apple_music_team_id
APPLE_MUSIC_KEY_ID=your_apple_music_key_id
APPLE_MUSIC_PRIVATE_KEY=your_apple_music_private_key_path_or_content
APPLE_MUSIC_REDIRECT_URI=https://localhost/oauth/apple-music/callback
# Tidal OAuth
TIDAL_CLIENT_ID=your_tidal_client_id
TIDAL_CLIENT_SECRET=your_tidal_client_secret
TIDAL_REDIRECT_URI=https://localhost/oauth/tidal/callback
# Vault Configuration
# Generate with: php console.php vault:generate-key
# VAULT_ENCRYPTION_KEY=base64_encoded_key_here