1234567891011121314151617181920212223242526272829303132 |
- # You will also have to set a local.environments.js file in the './clients/kick' folder. This file can be copie d from local.environment.js.template.
- export API_URL="http://0.0.0.0:3021"
- export BCC_EMAIL=
- export BULK_EMPLOYEE_IMPORT_BUCKET=employee-import
- export DB_HOST_REPLICA=db.unbl.ink
- export # DISABLE_MESSAGE_SENDING=true
- export DISABLE_SEQUELIZE_LOGGING=false
- export DYNAMO_DB_ENDPOINT="http://0.0.0.0:8087"
- export EMAIL_WHITELIST=["firstname\\.lastname(\\+[^@]+)?@15five \\.com"]
- export ENVIRONMENT=dev
- export FETCH_TIMEOUT=60
- export LOCAL_QUEUE_SERVICE=localhost
- export LOG_LEVEL=trace
- export ORGANIZATION_FILES_BUCKET=org-files
- export BULK_EMPLOYEE_IMPORT_BUCKET=bulk-employee-import
- export PROFILE_PHOTOS_BUCKET=profile-photos
- export POLLING_FREQUENCY=10000
- export REDIS_HOST=redis://:{{redis_pass}}@cache.unbl.ink
- export S3_HOST="http://s3.unbl.ink"
- export SURVEYS_URL="http://0.0.0.0:3002"
- export API_PORT=3021
- export SURVEY_PORT=3002
- export DB_HOST=db.service
- export DB_USER=engagement
- export DB_NAME=engagement
- export DB_PORT=5432
- export DB_PASSWORD={{engagement_db_pass}}
- export POLLING_FREQUENCY=10000
- export AWS_ACCESS_KEY_ID=engagement
- export AWS_SECRET_ACCESS_KEY={{engagement_s3_secret_key}}
|