PHP Classes

File: example.env

Recommend this page to a friend!
  Classes of Mateo   PHP Banking System API   example.env   Download  
File: example.env
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Banking System API
API to implement banking transactions
Author: By
Last change:
Date: 5 months ago
Size: 285 bytes
 

Contents

Class file image Download
DB_HOST=localhost # Change this "db" if you are using Docker DB_USER=api_bank DB_PORT=3306 DB_PASS=api_bank DB_ROOT_PASS=root_password DB_NAME=bank_example APP_KEY="" # 64 chars PUBLIC_PORT="8080" # Change this WORK_DIR="/var/www/html/" OPENAPI_FILE="${WORK_DIR}/public/openapi.yaml"