From 2c56c2ba49a13dc2e35bd037c3e1944f71965726 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 19 Mar 2013 21:48:57 -0400 Subject: [PATCH] Move call numbers to config file --- conf/settings.yml.sample | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/settings.yml.sample b/conf/settings.yml.sample index d2fd7ba..a67b614 100644 --- a/conf/settings.yml.sample +++ b/conf/settings.yml.sample @@ -1,3 +1,7 @@ twilio: sid: TWILIOSID - token: TWILIOTOKEN \ No newline at end of file + token: TWILIOTOKEN + +application: + to: '15555555555' + from: '15555555555'