forked from laruence/yaf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
simple.ini
42 lines (37 loc) · 932 Bytes
/
simple.ini
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
[base]
application.directory=APPLICATION_PATH "/applcation"
name = "base"
array.1 = 1
5=5
array.name="name"
routes.regex.type="regex"
routes.regex.match="^/ap/(.*)"
routes.regex.route.controller="Index"
routes.regex.route.action="action"
routes.regex.map.0="name"
routes.regex.map.1="name"
routes.regex.map.2="value"
routes.simple.type="simple"
routes.simple.controller="c"
routes.simple.module="m"
routes.simple.action="a"
routes.supervar.type="supervar"
routes.supervar.varname="c"
routes.rewrite.type="rewrite"
routes.rewrite.match="/yaf/:name/:value"
routes.rewrite.route.controller="Index"
routes.rewrite.route.action="action"
[extra : base ]
value = "2"
name = "extra"
array.name = "new_name"
array.2 = "test"
[product : extra]
[nocatch : extra]
application.dispatcher.throwException=Off
application.dispatcher.catchException=yes
routes.rewrite.match="/yaf/:name/:age"
[envtest]
env=${FOO}
ini=${yaf.directory}
const=FOO