Skip to content

Instantly share code, notes, and snippets.

@kirill-zhirnov
Last active January 7, 2024 21:00
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 kirill-zhirnov/b7b33639ce2709558a100f0f5c64397e to your computer and use it in GitHub Desktop.
Save kirill-zhirnov/b7b33639ce2709558a100f0f5c64397e to your computer and use it in GitHub Desktop.
COMPOSE_PROJECT_NAME=boundless
NODE_ENV=production
POSTGRES_PASSWORD=123
DB_HOST=db
RABBIT_MQ_HOST=rabbitmq
RABBIT_MQ_USER=guest
RABBIT_MQ_PASS=guest
REDIS_URL=redis://redis
MEMCACHED_HOST=memcached
MEMCACHED_PORT=11211
MEMCACHED_DSN=memcached:11211
# If you need file uploader - uncomment and put the appropriate values:
#S3_KEY=your S3 Key
#S3_SECRET=your S3 Secret
#S3_BUCKET=S3 Bucket name
#S3_ENDPOINT=S3 endpoint, e.g. nyc3.digitaloceanspaces.com
#S3_REGION=S3 region, e.g. nyc3
# Image resizer address
S3_MEDIA_SERVER=http://localhost:3002
# If you need email notifications - uncomment and put credentials for the AWS SES:
#AWS_SES_KEY=key
#AWS_SES_SECRET=secret
#AWS_SES_REGION=region
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment