smscast/config.py

8 lines
154 B
Python
Raw Permalink Normal View History

2014-05-13 22:11:37 -07:00
ACCOUNT_SID = "your-sid-here"
AUTH_TOKEN = "your-auth-token-here"
FROM_NUMBER = "your-number"
2014-05-14 21:56:01 -07:00
MYSQL_USER = "???"
MYSQL_PASSWD = "???"
MYSQL_DB = "???"