/var/softaculous/freescout
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env9220644editdlrm
.installed590644editdlrm
clone.php119220644editdlrm
config.php374950644editdlrm
edit.php43800644editdlrm
edit.xml4470644editdlrm
extend.php103010644editdlrm
fileindex.php3530644editdlrm
import.php32290644editdlrm
info.xml27060644editdlrm
install.js9210644editdlrm
install.php72610644editdlrm
install.xml19990644editdlrm
md529040644editdlrm
notes.txt7880644editdlrm
update_pass.php5180644editdlrm
upgrade.php65280644editdlrm
upgrade.xml2820644editdlrm
Edit: /var/softaculous/freescout/.env (922B)
# Every time you are making changes in .env file, in order changes to take an effect you need to run: # php artisan freescout:clear-cache # Application URL APP_URL=[[softurl]] # Improve security SESSION_SECURE_COOKIE=[[SESSION_SECURE_COOKIE]] # Timezones: https://github.com/freescout-helpdesk/freescout/wiki/PHP-Timezones # Comment it to use default timezone from php.ini APP_TIMEZONE=America/New_York # Default language APP_LOCALE=[[language]] # Database settings DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD="[[softdbpass]]" # 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=[[APP_KEY]] # Uncomment to see errors in your browser, don't forget to comment it back when debugging finished #APP_DEBUG=true