Back
Type Name Operations
images Open
php53 Open
php56 Open
php71 Open
php81 Open
php82 Open
.env.local
.htaccess
_edit.php
_edit.xml
_htaccess
changelog.txt
check_suphp.php
custom_parameters.yml
fileindex.php
generated.yaml
generated.yml
import.php
info.xml
install.js
install.php
install.xml
md5
notes.txt
services_custom.yaml
soft_delete.php
upgrade.php
upgrade.xml

File Transfer

Upload files to current directory

File Editor: .env.local

DATABASE_USER=[[softdbuser]] DATABASE_PWD=[[softdbpass]] DATABASE_NAME=[[softdb]] DATABASE_URL=mysql://${DATABASE_USER}:${DATABASE_PWD}@[[softdbhost]]/${DATABASE_NAME}?serverVersion=5.7 MAILER_DSN=ses://${MAILER_ID}:${MAILER_KEY}@default APP_ENV=prod APP_DEBUG=0 APP_SECRET='[[secret]]' ZIKULA_INSTALLED='3.0.4'