PHP Classes

File: .env.example

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP GuestBook with Database   .env.example   Download  
File: .env.example
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP GuestBook with Database
GuestBook application using MySQL to store posts
Author: By
Last change:
Date: 6 months ago
Size: 1,207 bytes
 

Contents

Class file image Download
#-------------------------------------------------------------------- # ENVIRONMENT #-------------------------------------------------------------------- CI_ENVIRONMENT = development #-------------------------------------------------------------------- # APP #-------------------------------------------------------------------- app.baseURL = 'http://localhost' app.CSRFProtection = true app.CSRFTokenName = 'csrf' app.CSRFCookieName = 'csrf_cookie' #-------------------------------------------------------------------- # DATABASE #-------------------------------------------------------------------- database.default.hostname = localhost database.default.database = ci4 database.default.username = root database.default.password = root #-------------------------------------------------------------------- # SECURITY #-------------------------------------------------------------------- security.tokenName = 'csrf_token' security.headerName = 'X-CSRF-TOKEN' security.cookieName = 'csrf_cookie' # -------------------------------------------------------------------- # ReCaptcha 2 # -------------------------------------------------------------------- recaptcha2.key = '' recaptcha2.secret = ''