1
0
mirror of https://github.com/freescout-helpdesk/freescout.git synced 2024-11-25 03:43:33 +01:00
freescout/.env.example

12 lines
295 B
Plaintext
Raw Normal View History

2018-08-02 18:17:13 +02:00
APP_NAME=FreeScout
APP_URL=https://example.com
2018-06-22 19:44:21 +02:00
DB_CONNECTION=mysql
2018-08-02 18:17:13 +02:00
DB_HOST=localhost
2018-06-22 19:44:21 +02:00
DB_PORT=3306
2018-08-02 18:17:13 +02:00
DB_DATABASE=freescout
DB_USERNAME=freescout
DB_PASSWORD=XXX
2018-06-22 19:44:21 +02:00
2018-08-02 18:17:13 +02:00
# System FreeScout emails will be sent to admin from this email address use PHP's mail() function
MAIL_FROM_ADDRESS=noreply@example.com