Move call numbers to config file
This commit is contained in:
parent
d3bfeec524
commit
2c56c2ba49
1 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
twilio:
|
twilio:
|
||||||
sid: TWILIOSID
|
sid: TWILIOSID
|
||||||
token: TWILIOTOKEN
|
token: TWILIOTOKEN
|
||||||
|
|
||||||
|
application:
|
||||||
|
to: '15555555555'
|
||||||
|
from: '15555555555'
|
||||||
|
|
Loading…
Reference in a new issue