C:\xampp\htdocs\unchained\unchainedServices\config\config.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php

$db_config 
= array(
    
'host' => '127.0.0.1',
    
'username' => 'root'
    
'password' => 'Rw1iI8v5bOzsVDE5',
    
'db'=> 'movies_mock',
    
'port' => 3306,
    
'prefix' => '',
    
'charset' => 'utf8');

$private_key "blablablalalaa";

//$db_config['db'] = "movies_mock";
//$db_config['username'] = "root";
//$db_config['password'] = "aimei2Ieph5ieng7";
//$ROUTE_PREFIX = "";

$ROUTE_PREFIX "kptv/unchainedServices/";
$basePath "H:/root/www/unchainedServices/";
$temp_upload_dir "";
$base_url "http://localhost/unchainedServices";

$paths = array(
    
"images_temp" => $basePath "images/temp/"
);

$urls = array(
    
"images_temp"=>$base_url "/images/temp/"
);
?>
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586