-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
46 lines (44 loc) · 1014 Bytes
/
.env
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{'route':
{
'default': '',
'p': 'indexcontroller@index:page',
'read': 'indexcontroller@read:para',
'page': 'indexcontroller@page:para',
'blog': 'indexcontroller@blog:code:page:ded:look',
'contributor': 'indexcontroller@contributor',
'contact': 'indexcontroller@contact',
'404': 'errorcontroller@page404',
'405': 'errorcontroller@page405',
'400': 'errorcontroller@page400',
},
'dbConnect':
{
'host': 'localhost',
'database': 'betacodings',
'password': 'root',
'username': 'root',
'port': '3306',
'prefix': 'ba_',
'driver': 'MYSQL'
},
'languages':
{
'en': 'en',
'fr': 'fr',
'ef': 'ef',
},
'error':{
},
'SMTP':
{
'server': '',
'port': '',
'username': '',
'password': '',
},
'default_actions': 'index',
'default_controllers' :'index',
'default_routes' :'index',
'default_languages':'en',
'exception': 1
}