# Copy this file to .env and fill in your values # cp .env.example .env # ── Required ─────────────────────────────────────────────────────────────────── # Your NVIDIA API key (get one at https://integrate.api.nvidia.com) NVIDIA_API_KEY=nvapi-your_key_here # ── Optional (defaults shown) ────────────────────────────────────────────────── # URL of your PHP DB layer — update host/path to match your PHP server # If PHP runs on your host machine: http://host.docker.internal/api_ct/db_api.php # If PHP runs in another Docker container on the same network: http://php-container/api_ct/db_api.php PHP_DB_URL=http://host.docker.internal/api_ct/db_api.php # Shared secret between this API and the PHP layer (change this!) INTERNAL_SECRET=change_this_secret_in_production