Skip to content

Commit

Permalink
revert: Delete deprecated configuration variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-AP committed May 21, 2024
1 parent f1b1097 commit d5807b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions config/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,3 @@
'width': 300,
},
}


# DDM API SETTINGS
# ------------------------------------------------------------------------------
DDM_API_TOKEN = os.getenv('DDM_API_TOKEN', None)
DDM_BASE_URL = os.getenv('DDM_BASE_URL', None)
7 changes: 0 additions & 7 deletions env.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,3 @@ DJANGO_SETTINGS_MODULE=''
DJANGO_DB_NAME=''
DJANGO_DB_USER=''
DJANGO_DB_PW=''

DDM_API_TOKEN=''
DDM_BASE_URL=''
DDM_PROJECT_ID=''
DDM_WATCH_BP_ID=''
DDM_SEARCH_BP_ID=''
DDM_FITBIT_PROJECT_ID=''

0 comments on commit d5807b9

Please sign in to comment.