PHP Classes

File: .env

Recommend this page to a friend!
  Packages of Amirreza Ebrahimi   URL Shortener Application   .env   Download  
File: .env
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: URL Shortener Application
Application to create and redirect short URLs
Author: By
Last change:
Date: 7 months ago
Size: 647 bytes
 

Contents

Class file image Download
# Config App APP_HOST="http://localhost:8181/" #Url Host APP_MODE="development" # development Or production # Config DataBase DB_HOST="localhost" # DataBase Host DB_USER="root" # DataBase UserName DB_NAME="weblog" # DataBase Name DB_PASS="" #? DataBase Password # Config Language APP_LANG="en" # fa = Persian | en = English # Config Email Sever EMAIL_HOST="sandbox.smtp.mailtrap.io" EMAIL_SECURE="TLS" EMAIL_PORT="2525" EMAIL_USERNAME="8455ce41cdcddb" EMAIL_PASSWORD="030723a0860d3a" # Config Social Media TELEGRAM="https://t.me/A_M_B_R" GITHUB="https://github.com/AmirezaEb" LINKEDIN="https://www.linkedin.com/in/amirreza-ebrahimi-9623052a9"