imip-agent

tools/config.sh

1267:7819b77d9330
2017-09-15 Paul Boddie Introduced a tentative means of classifying periods for suitable operations upon updating an event.
     1 #!/bin/sh     2      3 STORE_TYPE=file     4 IMIP_AGENT_USER=imip-agent     5 IMIP_AGENT_GROUP=lmtp     6 INSTALL_DIR=/var/lib/imip-agent     7 WEB_INSTALL_DIR=/var/www/imip-agent     8 CONFIG_DIR=/etc/imip-agent     9     10 # Store-specific settings.    11     12 # For STORE_TYPE=postgresql...    13     14 POSTGRESQL_DB=imip_agent    15 POSTGRESQL_USERS="imip-agent www-data"    16 AS_POSTGRES="sudo -u postgres"