# MySQL database username DBUSER="gammu" # MySQL database password DBPASS="_pwdDB" # MySQL database name DBNAME="gammu" # MySQL database host DBHOST="localhost" # MySQL database port DBPORT="3306" # Web server's user, for example apache2 user by default is www-data # note: please make sure your web server user WEBSERVERUSER="www-data" # Web server's group, for example apache2 group by default is www-data # note: please make sure your web server group WEBSERVERGROUP="www-data" # Path to playSMS extracted source files PATHSRC="$(pwd)" # Path to playSMS web files # note: please make sure your web root path, in this example its /var/www/html PATHWEB="/var/www/playsms" # Path to playSMS additional files PATHLIB="/var/www/playsms/lib/" # Path to playSMS daemon and other binary files PATHBIN="/usr/local/bin" # Path to playSMS log files PATHLOG="/var/log/playsms" # Path to playSMS daemon configuration file # note: this example will create playsmsd.conf in /etc PATHCONF="/etc"