« SQWareManager:FAQ SQWareManagerEnv » : différence entre les versions

De WikiFr_dbSQWare
Aller à la navigation Aller à la recherche
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... »
 
Aucun résumé des modifications
 
Ligne 30 : Ligne 30 :
MAIL_FROM_NAME="${APP_NAME}"
MAIL_FROM_NAME="${APP_NAME}"
MAIL_REPLY_ADDRESS=contact@mydomain.com
MAIL_REPLY_ADDRESS=contact@mydomain.com
<syntaxhighlight lang="sh" line>
</syntaxhighlight>

Dernière version du 15 janvier 2026 à 17:24

Les variables d'environnement par défaut :

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