PHP Classes

File: .env.example

Recommend this page to a friend!
  Classes of Fernando Val   Springy   .env.example   Download  
File: .env.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Springy
Microframework for Web application development
Author: By
Last change:
Date: 1 month ago
Size: 400 bytes
 

 

Contents

Class file image Download
# Environment configuration file # ======================= # This is an example file. # In your environment it must be named .env # ======================= # Environment configuration SPRINGY_ENVIRONMENT="development" CHARSET="UTF-8" TIMEZONE="America/Sao_Paulo" # Database configuration # # Host, database name, user and password DB_HOST="localhost" DB_NAME="springy" DB_USER="root" DB_PASS=""