Skip to content

Commit

Permalink
cleaning settings
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jul 18, 2023
1 parent 89aaac4 commit f1be191
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
### Settings for different environments

# API tokens for different environments
api_token_qa_datim_admin = '01ec616efc56278307aa76cf214daa1642670220'
api_token_staging_datim_admin = '61b3d8c8a0a71c0c402bb6dc64a5e11c147d9d46'
api_token_production_datim_admin = '2925899a86b7601de02b7b0f22cafda494ad2a5e'
api_token_dev_datim_admin = 'a0babced2bd0e2aaef6e248fe75fcbe66d70a4c0'
api_token_qa_datim_admin = ''
api_token_staging_datim_admin = ''
api_token_production_datim_admin = ''
api_token_dev_datim_admin = ''

# OCL API URL root - no slash at the end
ocl_api_url_production = 'https://api.openconceptlab.org'
Expand Down

0 comments on commit f1be191

Please sign in to comment.