Skip to content

Instantly share code, notes, and snippets.

@rgaudin
Created October 8, 2009 16:29
Show Gist options
  • Save rgaudin/205138 to your computer and use it in GitHub Desktop.
Save rgaudin/205138 to your computer and use it in GitHub Desktop.
# RapidSMS configuration file.
# Apps not embeded are located in rapidsms distro. symlink them.
# /!\ rapidsms route throws a warning at start due to django.contrib.humanize
# this behavior is OK. Please, ignore
[rapidsms]
apps=messaging,idswitch,django.contrib.humanize,free2u,webapp,ajax,logger,httptester,ping,admin,patterns,reporters,locations,scheduler,tinystock,findug
backends=http,kannel
[database]
engine=sqlite3
name=ug.db
[log]
level=debug
file=/tmp/rapidsms.log
[httptester]
host=localhost
port=1337
[http]
type=http
host=localhost
port=1337
[kannel]
type=kannel
host=localhost
port=1338
kannel_host=localhost
kannel_port=13013
kannel_username=kannel
kannel_password=kannel
[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
[ping]
auth=*
[webapp]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment