This file is indexed.

/etc/default/gbrowse-aws-balancer is in gbrowse 2.56+dfsg-3build1.

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
#!/bin/sh

# configuration file for gbrowse-aws-balancer init script
# If this file contains AWS secrets, please make it read-only
# to root.

export PERL5LIB=debian/gbrowse/lib/perl5:debian/gbrowse/lib/perl5/x86_64-linux-gnu-thread-multi

DAEMON=debian/gbrowse/bin/gbrowse_aws_balancer.pl
USER=
RUNDIR=/var/run/gbrowse2
LOGDIR=/var/log/gbrowse2
CONFFILE=/etc/gbrowse/aws_balancer.conf
ACCESS_KEY=YOUR_EC2_ACCESS_KEY_HERE
SECRET_KEY=YOUR_EC2_SECRET_KEY_HERE
VERBOSITY=3