Add API Framework Revel Source Files
[iec.git] / src / foundation / api / revel / testdata / i18n / config / test_app.conf
1 app.name={{ .AppName }}
2 app.secret={{ .Secret }}
3 http.addr=
4 http.port=9000
5 cookie.prefix=REVEL
6
7 i18n.default_language=en
8 i18n.cookie=APP_LANG
9
10 [dev]
11 results.pretty=true
12 results.staging=true
13 watch=true
14
15 module.testrunner = github.com/revel/modules/testrunner
16 module.static=github.com/revel/modules/static
17
18 log.trace.output = off
19 log.info.output  = stderr
20 log.warn.output  = stderr
21 log.error.output = stderr
22
23 [prod]
24 results.pretty=false
25 results.staging=false
26 watch=false
27
28 module.testrunner =
29
30 log.trace.output = off
31 log.info.output  = off
32 log.warn.output  = %(app.name)s.log
33 log.error.output = %(app.name)s.log