Skip to content

Instantly share code, notes, and snippets.

@elishowk
Created December 13, 2021 15:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elishowk/1592ef5b04630bc0b041cba3dbe4c4db to your computer and use it in GitHub Desktop.
Save elishowk/1592ef5b04630bc0b041cba3dbe4c4db to your computer and use it in GitHub Desktop.
.env-td-integration-tests
JWT_SECRET=xxx
EMAIL_BACKEND=sendinblue
SIB_BASE_URL=http://mailservice
MAIN_TEMPLATE_ID=9
ONBOARDING_TEMPLATE_ID=8
PRODUCER_SECOND_ONBOARDING_TEMPLATE_ID=7
PROFESSIONAL_SECOND_ONBOARDING_TEMPLATE_ID=9
SECURITY_CODE_RENEWAL_TEMPLATE_ID=6
DATABASE_URL='postgresql://trackdechets:password@postgres:5432/prisma_test?schema=default$default'
SENDER_EMAIL_ADDRESS=us@td.test
SENDER_NAME="Wastetracker corp."
POST_BACKEND=console
ELASTIC_SEARCH_URL=http://elasticsearch:9200
DD_TRACE_ENABLED=false
REDIS_URL=redis://redis:6379
DEBUG=false
QUEUE_NAME_SENDMAIL=td-integration-tests-queue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment