Files
orderPRO/.env.example
2026-03-28 15:04:35 +01:00

26 lines
661 B
Plaintext

APP_NAME=orderPRO
APP_ENV=local
APP_DEBUG=true
APP_URL=http://localhost:8000
SESSION_NAME=orderpro_session
INTEGRATIONS_SECRET=change-me-long-random-secret
CRON_RUN_ON_WEB=false
CRON_WEB_LIMIT=5
# Publiczny endpoint HTTPS do triggera crona: /cron?token=...
CRON_PUBLIC_TOKEN=
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
# Tylko techniczne operacje agenta (np. reczne migracje), nie dla runtime aplikacji.
DB_HOST_REMOTE=
DB_PORT=3306
DB_DATABASE=orderpro
DB_USERNAME=root
DB_PASSWORD=
DB_CHARSET=utf8mb4
# SSL/TLS — sciezka do CA bundle dla cURL
# Windows XAMPP: C:/xampp/php/extras/ssl/cacert.pem
# Linux: /etc/ssl/certs/ca-certificates.crt
CURL_CA_BUNDLE_PATH=