Skip to content

Instantly share code, notes, and snippets.

@li0nel
Created November 4, 2018 13:22
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 li0nel/1e19cc2adae60fe42377a7c8ad33624b to your computer and use it in GitHub Desktop.
Save li0nel/1e19cc2adae60fe42377a7c8ad33624b to your computer and use it in GitHub Desktop.
tf-elasticbeanstalk-laravel
option_settings:
"aws:elasticbeanstalk:container:php:phpini":
document_root: /public
memory_limit: 512M
"aws:elasticbeanstalk:sqsd":
HttpPath: /worker/queue
"aws:elasticbeanstalk:application:environment":
APP_ENV: production
APP_KEY: base64:44cyzPQ+pYFpDz6VLgH3G9jRGXOmTvQe7mUq/PAqDWU=
DB_HOST: testdb.cvrp0yapqs3p.us-east-1.rds.amazonaws.com
DB_DATABASE: testdb
DB_USERNAME: testdb
DB_PASSWORD: {DBPASS}
AWS_S3_KEY: {AWSKEY}
AWS_S3_SECRET: {AWSSECRET}
AWS_S3_REGION: us-east-1
AWS_S3_BUCKET: eb-example
AWS_SQS_KEY: {AWSKEY}
AWS_SQS_SECRET: {AWSSECRET}
AWS_SQS_PREFIX: https://sqs.us-east-1.amazonaws.com/{ID}
AWS_SQS_QUEUE: {QUEUE}
AWS_SQS_REGION: us-east-1
REDIS_HOST: testcache.pgzt1f.0001.use1.cache.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment