PHP Classes

File: app/config.php

Recommend this page to a friend!
  Classes of Faris AL-Otabi   PHP Chat Application with API   app/config.php   Download  
File: app/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Chat Application with API
Exchange user messages on a page or using an API
Author: By
Last change:
Date: 6 months ago
Size: 193 bytes
 

Contents

Class file image Download
<?php

$config
= [
   
'DB_HOST' => 'localhost',
   
'DB_USER' => '',
   
'DB_PASS' => '',
   
'DB_NAME' => ''
];

$key = [
   
"IV" => "iv_key",
];

$settings = ["theme_name" => "superhero"];