This file is indexed.

/usr/share/gocode/src/github.com/revel/revel/testdata/i18n/config/test_app.conf is in golang-github-revel-revel-dev 0.12.0+dfsg-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
app.name={{ .AppName }}
app.secret={{ .Secret }}
http.addr=
http.port=9000
cookie.prefix=REVEL

i18n.default_language=en
i18n.cookie=APP_LANG

[dev]
results.pretty=true
results.staging=true
watch=true

module.testrunner = github.com/revel/modules/testrunner
module.static=github.com/revel/modules/static

log.trace.output = off
log.info.output  = stderr
log.warn.output  = stderr
log.error.output = stderr

[prod]
results.pretty=false
results.staging=false
watch=false

module.testrunner =

log.trace.output = off
log.info.output  = off
log.warn.output  = %(app.name)s.log
log.error.output = %(app.name)s.log