Skip to content

Commit

Permalink
refactor: remove IPINFO from the generated project
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 20, 2021
1 parent 917ee02 commit 1c019f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions {{cookiecutter.project_slug}}/#envs/env_dev.example
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ BASE_URL=http://127.0.0.1:8000
RECAPTCHA_PUBLIC_KEY=ADDRECAPTCHAPUBKEY!!!
RECAPTCHA_PRIVATE_KEY=ADDRECAPTCHAPRIVKEY!!!

# ipinfo.io IP Address Data API
IPINFO_ACCESS_TOKEN=ADDIPINFOTOKEN!!!

MAPBOX_ACCESS_TOKEN=CONFIGUREMAPBOX!!!

# Nexmo SMS API
Expand Down
3 changes: 0 additions & 3 deletions {{cookiecutter.project_slug}}/#envs/env_prod.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ BASE_URL=https://www.{{cookiecutter.domain_name}}
RECAPTCHA_PUBLIC_KEY=ADDRECAPTCHAPUBKEY!!!
RECAPTCHA_PRIVATE_KEY=ADDRECAPTCHAPRIVKEY!!!

# ipinfo.io IP Address Data API
IPINFO_ACCESS_TOKEN=ADDIPINFOTOKEN_OR_REMOVE_THIS!!!

# Sendgrid
SENDGRID_API_KEY=CONFIGUREMAIL!!!

Expand Down
1 change: 0 additions & 1 deletion {{cookiecutter.project_slug}}/config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
DATABASE_URL=str,
RECAPTCHA_PUBLIC_KEY=str,
RECAPTCHA_PRIVATE_KEY=str,
IPINFO_ACCESS_TOKEN=str,
BASE_URL=str,
)

Expand Down

0 comments on commit 1c019f2

Please sign in to comment.