Skip to content

Instantly share code, notes, and snippets.

@rgaudin
Created August 28, 2009 17:12
Show Gist options
  • Save rgaudin/177105 to your computer and use it in GitHub Desktop.
Save rgaudin/177105 to your computer and use it in GitHub Desktop.
# RapidSMS configuration file.
# Apps not embeded are located in rapidsms distro. symlink them.
[rapidsms]
#apps=httptester,admin,mctc
apps=idswitch,httptester,locations,reporters,prepaid,admin,tinystock,drugtrack,webapp,messaging
backends=http,gsm
[database]
engine=sqlite3
name=sms.db
[log]
level=info
file=/tmp/rapidsms.log
[httptester]
host=localhost
port=1337
[http]
type=http
host=localhost
port=1337
[django]
media_url=http://localhost:8000/medias/
media_root=/work/src/media
[gsm]
port=/dev/ttyUSB0
baudrate=115200
xonxoff=0
rtscts=1
[idswitch]
function=nothing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment