next/react doesnt want child elements of the paragraphs Improve formatting Improve wording Use buttons in the subscribe directly blocks Simplify docs on setting up forwarding rules Add extra padding on bottom of help docs Remove unused style Add emails help page Improve formatting Prefetch page content on iOS Reduce the reader overly length now that items are precached Add invalidation when highlights are added to items fix missing index_settings.json file in api dockerfile for creating elastic index (#363) Handle full email address objects in the to param from sendgrid These come in a format like: "jacksonh-dfdf@inbox.omnivore.app" <jacksonh-dfdf@inbox-demo.omnivore.app> New IDs for short highlights because they dont cascade delete now Testing CI issues Simplify test CI test Use promises for async tests Temporarily remove test to debug CI Re-enable re-enable test, return error Specify a userId when looking up saved email pages create a unique url for newsletters without a URL Use 500ms on page test timeouts Increase timeout Dont use deep equal to match newsletter label Run just the labels API Run against just the newsletter emails Run without the page tests Fix Set the allow uncaught flag Remove highlight tests Remove newsletters tests more resolver tests Remove newsetter tests Comment out resolver tests Use nock for external requests in tests Specify puppeteer url for tests Comment out more tests uncomment tests re-enable re-enable email test Re-disable Re-enable one pdf attachment test Re-disable pdf attachment test Use promises on setTimeout tests rm label tests mv label tests into a context Comment out pdf tests Comment out pdf tests Async test Async wrappers Delay when creating test pages More debugging Unique short ids Remove potentially problematic test Fetch page before returning for test handler in before block more debugging More debugging Move errors checks into contexts Use a context when saving newsletters to force index refresh Prettier fix Fix newsletter label check, remove setTimeout Re-enable test timeout on pdf router handler Fix method call comment out PDF test Unique fake username Comment out PDF test Debugging signed urls Re-enable New email pdf test PDF tests Comment out pdf test Add nock stubs for email URLs Use full address for PDF test Remove debug Use full email addresses
32 lines
811 B
Plaintext
32 lines
811 B
Plaintext
API_ENV=local
|
|
PG_HOST=localhost
|
|
PG_PORT=5432
|
|
PG_USER=app_user
|
|
PG_PASSWORD=app_pass
|
|
PG_POOL_MAX=20
|
|
PG_DB=omnivore
|
|
JWT_SECRET=some_secret
|
|
SSO_JWT_SECRET=some_sso_secret
|
|
CLIENT_URL=http://localhost:3000
|
|
GATEWAY_URL=http://localhost:4000/api
|
|
IMAGE_PROXY_URL=http://localhost:8080
|
|
IMAGE_PROXY_SECRET_KEY=some-secret
|
|
GAUTH_IOS_CLIENT_ID=
|
|
GAUTH_CLIENT_ID='notset'
|
|
GAUTH_SECRET='notset'
|
|
GCP_PROJECT_ID=omnivore-local
|
|
INTERCOM_TOKEN=
|
|
SENTRY_DSN=
|
|
JAEGER_HOST=
|
|
SAMPLE_METRICS_LOCALLY=FALSE
|
|
GCS_UPLOAD_BUCKET=
|
|
GCS_UPLOAD_SA_KEY_FILE_PATH=
|
|
GCS_UPLOAD_PRIVATE_BUCKET=
|
|
TWITTER_BEARER_TOKEN=
|
|
PREVIEW_IMAGE_WRAPPER_ID='selected_highlight_wrapper'
|
|
SEGMENT_WRITE_KEY='test'
|
|
REMINDER_TASK_HANDLER_URL=http://localhost:4000/svc/reminders/trigger
|
|
PUBSUB_VERIFICATION_TOKEN='123456'
|
|
PUPPETEER_TASK_HANDLER_URL=http://localhost:9090/
|
|
|