Use json_is_true() in place of json_boolean_value() for compatibility
[trust_router.git] / redhat / sysconfig.tids
1 ## Define the variables needed to run TIDS
2 ##
3 ## /usr/bin/tids <ip-address> <gss-name> <hostname> <database-name>
4 ##
5
6 TIDS_SERVER_IP="127.0.0.1"                              # IP address that the TIDS is reachable on
7 TIDS_SERVER_NAME="localhost"                            # The host name that the TIDS is known as
8 TIDS_USER="trustrouter"                                 # The user that the TIDS is running as
9 TIDS_GROUP="trustrouter"                                # The group that the TIDS is running as 
10
11 TIDS_GSS_NAME="trustrouter@apc.moonshot.ja.net"         # The GSS service name for the TIDS APC
12 KEYFILE="/var/lib/trust_router/keys"                    # The key file that the TIDS will store keys in
13
14 ## Static variables that you can also adjust
15
16 TIDS_PIDDIR="/var/run/tids"
17 TIDS_LOGDIR="/var/log/tids"