PHP Classes

File: .env.example

Recommend this page to a friend!
  Classes of Cauê Santana   URL Shortener API   .env.example   Download  
File: .env.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: URL Shortener API
API to create and access short URLs
Author: By
Last change:
Date: 6 hours ago
Size: 1,011 bytes
 

Contents

Class file image Download
##################################### # # # App Configs # # # ##################################### APP_NAME=Lumen APP_ENV=local APP_KEY= APP_DEBUG=true APP_URL=http://localhost APP_TIMEZONE=UTC ##################################### # # # Log # # # ##################################### LOG_CHANNEL=stack LOG_SLACK_WEBHOOK_URL= ##################################### # # # Database Connection # # # ##################################### DB_CONNECTION= DB_HOST= DB_PORT= DB_DATABASE= DB_USERNAME= DB_PASSWORD= ##################################### # # # Cache, Queue # # # ##################################### CACHE_DRIVER=file QUEUE_CONNECTION=sync