Skip to content

Commit

Permalink
Update parse application ID
Browse files Browse the repository at this point in the history
  • Loading branch information
johc committed Apr 26, 2024
1 parent 9ee5315 commit 12bfccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_monitoringdashboard/core/config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ def __init__(self):
self.telemetry_consent = False
self.telemetry_session = 0
self.telemetry_headers = {
'X-Parse-Application-Id': 'yourAppID1234',
'X-Parse-Application-Id': 'fmd-md',
'Content-Type': 'application/json'
}

0 comments on commit 12bfccc

Please sign in to comment.