forked from freescout-help-desk/freescout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (17 loc) · 685 Bytes
/
.env.example
File metadata and controls
22 lines (17 loc) · 685 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
APP_URL=https://example.com
# 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=
# Uncomment to set timezone: https://github.com/freescout-helpdesk/freescout/wiki/PHP-Timezones
# Otherwise default timezone from php.ini will be used.
#APP_TIMEZONE=
DB_CONNECTION=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=freescout
DB_USERNAME=freescout
DB_PASSWORD=XXX
# After how many days log records in activity_logs table will be removed
#ACTIVITY_LOGGER_DELETE_RECORDS_OLDER_THAN_DAYS=30
# Uncomment to enable redirect to HTTPS.
#APP_FORCE_HTTPS=true