-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.php
28 lines (28 loc) · 1.07 KB
/
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
<?php
$c['key'] = '$6$rounds=5000$67726f73656b6f6c$MNIIUFXa33SdpFsTeI0PJ3jrwb3EvzwCNV0hMlERVktYVUbAXAx.GGTBUU.tAzJF4z5x72gHZYCBXER4QvifS/';
$c['path']['controllers'] = 'controller/';
$c['path']['views'] = 'view/';
$c['path']['model'] = 'model/';
$c['path']['bss'] = 'model/business/';
$c['path']['def'] = 'model/dbo/def/';
$c['path']['orm'] = 'model/dbo/orm/';
$c['path']['tmp'] = '_tmp/';
$c['path']['tpl_compile'] = '_tmp/compile/';
$c['path']['tpl_cache'] = '_tmp/cache/';
$c['path']['locales'] = '_locale/';
$c['path']['libs'] = 'lib/';
$c['path']['core'] = 'core/';
$c['default']['controller'] = 'Public';
$c['default']['locale'] = 'spa';
$c['default']['charset'] = 'UTF-8';
$c['default']['timezone'] = 'America/Mexico_City';
$c['mode']['smarty'] = 'debug';
$c['mode']['propel'] = 'production';
$c['dsn']['type'] = '';
$c['dsn']['host'] = '';
$c['dsn']['name'] = '';
$c['dsn']['username'] = '';
$c['dsn']['password'] = '';
$c['execute']['crud_propel_smarty'] = false;
$c['execute']['auth_propel'] = false;
//$c['auth'] = 'db';