# Plugin-System Konfiguration für myCRM # Kopiere diese Datei nach .env.local und passe die Werte an ###> Plugin-System ### # URL des Lizenzservers (ohne trailing slash) LICENSE_SERVER_URL=https://license.mycrm.local # Eindeutige Instance-ID (generiere mit: php bin/console app:generate-instance-id # oder verwende: uuidgen / openssl rand -hex 16) INSTANCE_ID=your-unique-instance-identifier-here ###< Plugin-System ### ###> Modul-Lizenzen ### # Format: LICENSE_{MODULE_IDENTIFIER}=lizenzschlüssel # Beispiel: Billing-Modul # LICENSE_BILLING=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... # Beispiel: Invoicing-Modul # LICENSE_INVOICING=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... # Beispiel: Inventory-Modul # LICENSE_INVENTORY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... ###< Modul-Lizenzen ### ###> Modul-spezifische Konfiguration ### # Billing-Modul: Payment-Gateway # PAYMENT_API_KEY=sk_test_... # Inventory-Modul: Lager-System API # WAREHOUSE_API_URL=https://warehouse.example.com # WAREHOUSE_API_TOKEN=... ###< Modul-spezifische Konfiguration ###