Skip to content

Commit

Permalink
Merge pull request #6424 from dimagi/jls/kill-fullstory
Browse files Browse the repository at this point in the history
Removed FULLSTORY_ID
  • Loading branch information
orangejenny authored Oct 23, 2024
2 parents 16ffe7c + 5e59705 commit d09d1e9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion commcare-cloud-bootstrap/environment/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ localsettings:
EMAIL_SMTP_PORT: '1025'
# use True in prod!
EMAIL_USE_TLS: no
FULLSTORY_ID:
HQ_INSTANCE: 'dev'
J2ME_ADDRESS: ''
REDIS_DB: '0'
Expand Down
1 change: 0 additions & 1 deletion environments/development/public.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ localsettings:
EMAIL_SMTP_PORT: '1025'
# use True in prod!
EMAIL_USE_TLS: no
FULLSTORY_ID:
HQ_INSTANCE: 'dev'
# INVOICE_FROM_ADDRESS:
# INVOICE_PREFIX:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ ANALYTICS_IDS = {
'HUBSPOT_API_KEY': '{{ HUBSPOT_API_KEY }}',
'HUBSPOT_ACCESS_TOKEN': '{{ HUBSPOT_ACCESS_TOKEN }}',
'KISSMETRICS_KEY': '{{ KISSMETRICS_KEY }}',
'FULLSTORY_ID': '{{ FULLSTORY_ID }}',
'GTM_ID': '{{ GTM_ID }}',
'DRIFT_ID': '{{ DRIFT_ID }}',
'APPCUES_ID': '{{ APPCUES_ID }}',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ ECRYPTFS_PASSWORD: "{{ secrets.ECRYPTFS_PASSWORD | default(None) }}"
EMAIL_LOGIN: "{{ localsettings_private.EMAIL_LOGIN | default(None) }}"
EMAIL_PASSWORD: "{{ localsettings_private.EMAIL_PASSWORD | default(None) }}"
FORMPLAYER_INTERNAL_AUTH_KEY: "{{ localsettings_private.FORMPLAYER_INTERNAL_AUTH_KEY | default(None) }}"
FULLSTORY_ID: "{{ localsettings_private.FULLSTORY_ID | default('', true) }}"
GMAPS_API_KEY: "{{ localsettings_private.GMAPS_API_KEY | default('') }}"
GOOGLE_ANALYTICS_API_ID: "{{ localsettings_private.GOOGLE_ANALYTICS_API_ID | default('', true) }}"
GOOGLE_OAUTH_CLIENT_ID: "{{ localsettings_private.GOOGLE_OAUTH_CLIENT_ID | default('') }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ ECRYPTFS_PASSWORD: "{{ lookup('cchq_aws_secret', 'commcare-staging/ECRYPTFS_PASS
EMAIL_LOGIN: "{{ lookup('cchq_aws_secret', 'commcare-staging/EMAIL_LOGIN', errors='ignore') | default(None) }}"
EMAIL_PASSWORD: "{{ lookup('cchq_aws_secret', 'commcare-staging/EMAIL_PASSWORD', errors='ignore') | default(None) }}"
FORMPLAYER_INTERNAL_AUTH_KEY: "{{ lookup('cchq_aws_secret', 'commcare-staging/FORMPLAYER_INTERNAL_AUTH_KEY', errors='ignore') | default(None) }}"
FULLSTORY_ID: "{{ lookup('cchq_aws_secret', 'commcare-staging/FULLSTORY_ID', errors='ignore') | default('', true) }}"
GMAPS_API_KEY: "{{ lookup('cchq_aws_secret', 'commcare-staging/GMAPS_API_KEY', errors='ignore') | default('') }}"
GOOGLE_ANALYTICS_API_ID: "{{ lookup('cchq_aws_secret', 'commcare-staging/GOOGLE_ANALYTICS_API_ID', errors='ignore') | default('', true) }}"
GOOGLE_OAUTH_CLIENT_ID: "{{ lookup('cchq_aws_secret', 'commcare-staging/GOOGLE_OAUTH_CLIENT_ID', errors='ignore') | default('') }}"
Expand Down
4 changes: 0 additions & 4 deletions src/commcare_cloud/environment/secrets/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@
- name: FORMPLAYER_SENTRY_DSN
legacy_namespace: secrets
ansible_var_lowercase: yes
- name: FULLSTORY_ID
legacy_namespace: localsettings_private
default: ''
default_overrides_falsy_values: yes
- name: GMAPS_API_KEY
legacy_namespace: localsettings_private
default: ''
Expand Down

0 comments on commit d09d1e9

Please sign in to comment.