mirror of
https://github.com/freescout-helpdesk/freescout.git
synced 2025-02-01 04:21:39 +01:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
APP_NAME=FreeScout
|
|
APP_URL=https://example.com
|
|
|
|
DB_CONNECTION=mysql
|
|
DB_HOST=localhost
|
|
DB_PORT=3306
|
|
DB_DATABASE=freescout
|
|
DB_USERNAME=freescout
|
|
DB_PASSWORD=XXX
|
|
|
|
# System FreeScout emails will be sent to admin from this email address use PHP's mail() function
|
|
MAIL_FROM_ADDRESS=noreply@example.com |