PHP Classes

File: conf/config.php

Recommend this page to a friend!
  Classes of Christos Drogidis   jsqldb   conf/config.php   Download  
File: conf/config.php
Role: Auxiliary script
Content type: text/plain
Description: Configurtion
Class: jsqldb
Examples to use JSQLDB to store data in JSON files
Author: By
Last change:
Date: 8 months ago
Size: 222 bytes
 

Contents

Class file image Download
<?php
return [
   
'jsql' => [
       
'config_path' => '/root/path/conf/config.json',
       
'users_path' => '/root/path/conf/users.json',
       
'databases_root_path' => '/root/path/jsql_db',
    ]
];
?>