Remove GCF env files that are no longer needed

This commit is contained in:
Jackson Harper
2022-02-14 09:36:08 -08:00
parent a9c0221694
commit aa0a30499e
3 changed files with 0 additions and 18 deletions

View File

@ -1,6 +0,0 @@
#
REST_BACKEND_ENDPOINT: 'https://api-demo.omnivore.app/api'
SENTRY_DSN: 'https://747056fe8a3241f788d63101b8f144ec@o462643.ingest.sentry.io/5591542'
PREVIEW_IMAGE_BUCKET: 'omnivore-demo-preview-bucket'
ALLOWED_ORIGINS: 'https://demo.omnivore.app,https://web-demo.omnivore.app'
PREVIEW_IMAGE_CDN_ORIGIN: 'https://preview-demo.omnivore-image-cache.app'

View File

@ -1,6 +0,0 @@
#
REST_BACKEND_ENDPOINT: 'https://api-prod.omnivore.app/api'
SENTRY_DSN: 'https://3f18bbb99d13426383346cadf4243cb1@o462643.ingest.sentry.io/5466498'
PREVIEW_IMAGE_BUCKET: 'omnivore-prod-preview-bucket'
ALLOWED_ORIGINS: 'https://omnivore.app,https://web-prod.omnivore.app'
PREVIEW_IMAGE_CDN_ORIGIN: 'https://preview-prod.omnivore-image-cache.app'

View File

@ -1,6 +0,0 @@
#
REST_BACKEND_ENDPOINT: 'https://api-dev.omnivore.app/api'
SENTRY_DSN: 'https://549e104ad16844bd98561e588c5aeb1c@o462643.ingest.sentry.io/5466396'
PREVIEW_IMAGE_BUCKET: 'omnivore-dev-preview-bucket'
ALLOWED_ORIGINS: 'https://dev.omnivore.app,https://web-dev.omnivore.app'
PREVIEW_IMAGE_CDN_ORIGIN: 'https://preview-dev.omnivore-image-cache.app'