smscast/config.py

8 lines
154 B
Python

ACCOUNT_SID = "your-sid-here"
AUTH_TOKEN = "your-auth-token-here"
FROM_NUMBER = "your-number"
MYSQL_USER = "???"
MYSQL_PASSWD = "???"
MYSQL_DB = "???"