SQWareManager:FAQ SQWareManagerEnv

De WikiFr_dbSQWare
Version datée du 15 janvier 2026 à 17:23 par Tpayan (discussion | contributions) (Page créée avec « Les variables d'environnement par défaut : <syntaxhighlight lang="sh" line> APP_NAME="[DefaultName] SQWareManager" APP_ENV=production APP_KEY= APP_DEBUG=false APP_TIMEZONE=Europe/Paris APP_URL=https://sqwaremanager.dbsqware.local/ SQW_CONNECTOR_HOST=localhost SQW_CONNECTOR_PORT=8080 SQW_CONNECTOR_TOKEN= SQW_SQWAREWEB_HOST=https://sqwareweb.dbsqware.local/ DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=dbsqware_db DB_USERNAME=dbsqware_user DB_P... »)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
Aller à la navigation Aller à la recherche

Les variables d'environnement par défaut :

<syntaxhighlight lang="sh" line> APP_NAME="[DefaultName] SQWareManager" APP_ENV=production APP_KEY= APP_DEBUG=false APP_TIMEZONE=Europe/Paris APP_URL=https://sqwaremanager.dbsqware.local/

SQW_CONNECTOR_HOST=localhost SQW_CONNECTOR_PORT=8080 SQW_CONNECTOR_TOKEN= SQW_SQWAREWEB_HOST=https://sqwareweb.dbsqware.local/

DB_CONNECTION=mysql DB_HOST=localhost DB_PORT=3306 DB_DATABASE=dbsqware_db DB_USERNAME=dbsqware_user DB_PASSWORD=pwd

MAIL_MAILER=smtp MAIL_HOST=mail.host.com MAIL_PORT=587 MAIL_USERNAME=user MAIL_PASSWORD=pwd MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS=no-reply@mydomain.com MAIL_FROM_NAME="${APP_NAME}" MAIL_REPLY_ADDRESS=contact@mydomain.com <syntaxhighlight lang="sh" line>