This file is indexed.

/usr/share/doc/libnetsds-perl/examples/app_feature.conf is in libnetsds-perl 1.301-2.

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
app_name = app_feature

# DBMS plugin configuration
<feature dbh>
	class NetSDS::Feature
	dsn dbi:Pg:dbname=netsds
	user netsds
	passwd secret
</feature>