Skip to content

Commit d5807b9

Browse files
committed
revert: Delete deprecated configuration variables.
1 parent f1b1097 commit d5807b9

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

config/settings/base.py

-6
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,3 @@
188188
'width': 300,
189189
},
190190
}
191-
192-
193-
# DDM API SETTINGS
194-
# ------------------------------------------------------------------------------
195-
DDM_API_TOKEN = os.getenv('DDM_API_TOKEN', None)
196-
DDM_BASE_URL = os.getenv('DDM_BASE_URL', None)

env.example

-7
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,3 @@ DJANGO_SETTINGS_MODULE=''
55
DJANGO_DB_NAME=''
66
DJANGO_DB_USER=''
77
DJANGO_DB_PW=''
8-
9-
DDM_API_TOKEN=''
10-
DDM_BASE_URL=''
11-
DDM_PROJECT_ID=''
12-
DDM_WATCH_BP_ID=''
13-
DDM_SEARCH_BP_ID=''
14-
DDM_FITBIT_PROJECT_ID=''

0 commit comments

Comments
 (0)