PHP Classes

File: infrastructure/.env

Recommend this page to a friend!
  Classes of Maicon gonçalez   Potato Service   infrastructure/.env   Download  
File: infrastructure/.env
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Potato Service
Framework that extracts route details from classes
Author: By
Last change: feat(core): remove repository, fix small bugs, started console cli
Date: 9 months ago
Size: 788 bytes
 

Contents

Class file image Download
VERSION="0.1" RUNNER_CLASS="\\application\\runner\\Main" RUNNER_CLASS_CONSOLE="\\application\\runner\\Console" BASE_DIR="/potato/" BASE_URL="http://127.0.0.1/potato/" FORCE_SSL=0 LANG_DOMAIN="messages" LANG_ENCODING="UTF-8" LANG="pt_BR" DEFAULT_ROUTE="Home" TEMPLATE_DIR="./infrastructure/template/" USE_SMARTY=1 SMARTY_CACHE="./infrastructure/cache/smarty/" SMARTY_TRIMSPACE=1 CACHE_SERVICE="\\infrastructure\\cache\\CacheService" DISABLE_DATABASE=1 DATABASE_DRIVE="\\infrastructure\\core\\database\\EloquentDriver" DB_HOSTNAME="localhost" DB_DATABASE="test" DB_USERNAME="test" DB_PASSWORD="test" DB_CHARSET="utf8" DB_COLLATION="utf8_unicode_ci" DB_PREFIX="" SESSION_ID="potato" UPLOAD_DIR="" TIMEZONE="America/Sao_Paulo" SMTP_HOST= SMTP_USER= SMTP_PASS= SMTP_PORT= SMTP_NAME=