# This file is part of the custom smsd init script

# DB driver
SMSD_DRIVER=mysql

# DB host
SMSD_HOST=localhost

# DB username
SMSD_USER=smsd

# DB password
SMSD_PASSWORD=azerty

# DB name
SMSD_DATABASE=smsd

# Log file
SMSD_LOGFILE=/var/log/smsd.log

# SMS location (SM for SIM card, ME for mobile)
SMSD_LOCATION=SM

# PIN code
SMSD_PINCODE=1234

# Check interval (in seconds)
SMSD_INTERVAL=30

