uppy/packages/@uppy/companion/env_example
Prakash 12de077e6d
remove @uppy/instagram (#6257)
closes #5455 , this PR removes all Instagram support from both the
client and Companion server.

Removed:
- Instagram from @uppy/remote-sources (src, package.json, keywords)
- Instagram export from uppy bundle (bundle.ts, index.ts, package.json)
- Companion Instagram OAuth provider (provider/index.js, grant.js)
- Companion standalone helper Instagram env vars (helper.js,
env_example)
- All Companion Instagram tests (providers.test.js,
provider-manager.test.js, fixtures/index.js, mockserver.js)
2026-05-13 14:42:10 +05:30

44 lines
1.1 KiB
Text

NODE_ENV=dev
COMPANION_PORT=3020
COMPANION_DOMAIN=uppy.xxxx.com
COMPANION_SELF_ENDPOINT=uppy.xxxx.com
COMPANION_HIDE_METRICS=false
COMPANION_HIDE_WELCOME=false
COMPANION_STREAMING_UPLOAD=true
COMPANION_TUS_DEFERRED_UPLOAD_LENGTH=true
COMPANION_MAX_FILENAME_LENGTH=500
COMPANION_PROTOCOL=https
COMPANION_DATADIR=/mnt/uppy-server-data
COMPANION_SECRET=
COMPANION_PREAUTH_SECRET=
COMPANION_SECRET_FILE=
COMPANION_DROPBOX_KEY="dropbox_key"
COMPANION_DROPBOX_SECRET="dropbox_secret"
COMPANION_DROPBOX_SECRET_FILE="path/to/dropbox/secret"
COMPANION_BOX_KEY="box_key"
COMPANION_BOX_SECRET="box_secret"
COMPANION_BOX_SECRET_FILE="path/to/box/secret"
COMPANION_GOOGLE_KEY=
COMPANION_GOOGLE_SECRET=
COMPANION_GOOGLE_SECRET_FILE=
COMPANION_FACEBOOK_KEY=
COMPANION_FACEBOOK_SECRET=
COMPANION_FACEBOOK_SECRET_FILE=
COMPANION_AWS_KEY=
COMPANION_AWS_SECRET=
COMPANION_AWS_SECRET_FILE=
COMPANION_AWS_BUCKET=
COMPANION_AWS_ENDPOINT=
COMPANION_AWS_REGION=
COMPANION_AWS_PREFIX=
COMPANION_AWS_FORCE_PATH_STYLE="false"
COMPANION_ZOOM_KEY=
COMPANION_ZOOM_SECRET=
COMPANION_ZOOM_SECRET_FILE=