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

22 lines
685 B
Plaintext
Raw Normal View History

2018-08-02 18:17:13 +02:00
APP_URL=https://example.com
2018-08-23 14:29:45 +02:00
# Run the following console command to generate the key: php artisan key:generate
# Otherwise application will show the following error: "Whoops, looks like something went wrong"
APP_KEY=
2018-08-21 11:22:27 +02:00
# Uncomment to set timezone: https://github.com/freescout-helpdesk/freescout/wiki/PHP-Timezones
# Otherwise default timezone from php.ini will be used.
#APP_TIMEZONE=
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-24 14:24:11 +02:00
# After how many days log records in activity_logs table will be removed
2018-09-11 09:56:31 +02:00
#ACTIVITY_LOGGER_DELETE_RECORDS_OLDER_THAN_DAYS=30
# Uncomment to enable redirect to HTTPS.
#APP_FORCE_HTTPS=true