Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while creating sms #69

Closed
pdincau opened this issue Feb 8, 2017 · 1 comment
Closed

Error while creating sms #69

pdincau opened this issue Feb 8, 2017 · 1 comment

Comments

@pdincau
Copy link

pdincau commented Feb 8, 2017

My error is similar to this: #33

I am not using env variables, but config files:

config :ex_twilio, 
    account_sid:   {:system, "any sid"},
    auth_token:    {:system, "any token"} 

Any idea? Thank you!

@pdincau
Copy link
Author

pdincau commented Feb 9, 2017

Found! Of course you don't need :system if you read variables from config files:

config :ex_twilio, 
    account_sid: "any sid",
    auth_token: "any token"

Thanks!

@pdincau pdincau closed this as completed Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant