Skip to content

Commit

Permalink
Merge pull request #35 from beamkenya/develop
Browse files Browse the repository at this point in the history
Remove dev.exs
  • Loading branch information
kamalogudah authored May 11, 2020
2 parents 0160254 + 230a824 commit 0bbfdad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ erl_crash.dump
at_ex-*.tar
.elixir_ls/

/config/dev.exs
2 changes: 1 addition & 1 deletion config/dev.exs → config/dev.sample.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use Mix.Config

config :at_ex,
api_key: "6f2a021cbd7b2b0f5e9ba324f42dbf42403ab9a239d1c55c5a68cf54922bda77",
api_key: "===INSERT AFRICAS_TALKING_API_KEY HERE ===",
content_type: "application/x-www-form-urlencoded",
accept: "application/json",
auth_token: "",
Expand Down

0 comments on commit 0bbfdad

Please sign in to comment.