add stub config for mysql user,pwd,db

This commit is contained in:
Vivian Lim 2014-05-15 00:56:01 -04:00
parent 06413828a9
commit 6874ac368d
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
ACCOUNT_SID = "your-sid-here"
AUTH_TOKEN = "your-auth-token-here"
FROM_NUMBER = "your-number"
MYSQL_USER = "???"
MYSQL_PASSWD = "???"
MYSQL_DB = "???"