PHP Classes

File: .env.dist

Recommend this page to a friend!
  Classes of Pierre-Henry Soria   PHP RESTful API Example   .env.dist   Download  
File: .env.dist
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP RESTful API Example
Example implementation of a REST API
Author: By
Last change:
Date: 8 months ago
Size: 194 bytes
 

Contents

Class file image Download
# API URL APP_URL="http://localhost:8080" # JSON Web Token JWT_TOKEN_EXPIRATION="86400" # in seconds JWT_ALGO_ENCRYPTION="HS512" # Database details DB_HOST="" DB_NAME="" DB_USER="" DB_PASS=""