%PDF- %PDF-
Direktori : /var/softaculous/lychee/ |
Current File : //var/softaculous/lychee/.env |
APP_NAME=Lychee APP_ENV=production APP_KEY=base64:[[APP_KEY]] APP_DEBUG=false APP_URL=[[softurl]]/public # enable or disable debug bar. By default it is disabled. DEBUGBAR_ENABLED=false LOG_CHANNEL=stack ############################################################################## # IMPORTANT: To migrate from Lychee v3 you *MUST* use the same MySQL/MariaDB # # server as v3. # ############################################################################## # Table prefix (e.g. lychee_) of a Lychee v3 instance for migration DB_OLD_LYCHEE_PREFIX= # DB_CONNECTION can be sqlite, mysql or pgsql. For sqlite the other entries are # not required, but an existing sqlite3 database may be specified if desired. In # this case, please use an absolute path. DB_DATABASE may be omitted but should # *not* be left blank. DB_CONNECTION=mysql DB_HOST=[[softdbhost]] DB_PORT=3306 DB_DATABASE=[[softdb]] DB_USERNAME=[[softdbuser]] DB_PASSWORD=[[softdbpass]] DB_LOG_SQL=false # Application timezone. If not specified, the server's default timezone is used. # Requires a named timezone identifier. # See https://www.php.net/manual/en/timezones.php for the list of supported timezones. # Don't use a timezone offset (like +01:00) or a timezone abbreviation (like CEST) # TIMEZONE=Europe/Paris # Visibility of directories and (media) files in LYCHEE_UPLOADS # Possible values are: # # - private: world group has neither read nor write access # - public: world group has read access but no write access (the default) # - world: world group has read and write access # # The default should suffice for most installations. # For improved security, change this setting to "private". # Some rare setups may require directories and files to be world writeable. # In this case, use "world" here. # USE WITH PRECAUTIONS: world writeable files and folders may be a SECURITY RISK. # Note at the time of writing, the Flysystem package v1 has a bug which # prevents the "world" preset from working. # This is a temporary problem and will be solved after # https://github.com/thephpleague/flysystem/pull/1523 will have been merged # upstream or after Lychee will have migrated to Laravel 9. # Until then, if you need to use world-writable directories, please edit # `config/filesystems.php` and re-define the values for # `disks.images.permissions.(file|dir).public` such that they equal # `disks.images.permissions.(file|dir).world` and use the preset `public` # instead. # LYCHEE_IMAGE_VISIBILITY=public # folders in which the files will be stored # LYCHEE_DIST="/var/www/html/Lychee-Laravel/public/dist/" # LYCHEE_UPLOADS="/var/www/html/Lychee-Laravel/public/uploads/" # url to access those files # LYCHEE_DIST_URL="dist/" # LYCHEE_UPLOADS_URL="uploads/" BROADCAST_DRIVER=log CACHE_DRIVER=file SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_DRIVER=sync SECURITY_HEADER_HSTS_ENABLE=false SESSION_SECURE_COOKIE=false REDIS_HOST=127.0.0.1 REDIS_PASSWORD=null REDIS_PORT=6379 MAIL_DRIVER=smtp MAIL_HOST= MAIL_PORT= MAIL_USERNAME= MAIL_PASSWORD= MAIL_ENCRYPTION= MAIL_FROM_NAME= MAIL_FROM_ADDRESS= PUSHER_APP_ID= PUSHER_APP_KEY= PUSHER_APP_SECRET= PUSHER_APP_CLUSTER=mt1 MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" # The trusted proxies if Lychee is behind a reverse proxy # Accepted values: # - `null`: no proxy # - `*`: any proxy # - <ip address>[,<ip address>]: a comma-seperated list of IP addresses TRUSTED_PROXIES=null