Skip to content

Instantly share code, notes, and snippets.

@TonSDe
Created November 1, 2018 09:26
Show Gist options
  • Save TonSDe/aa11892111b418dc0e54beb97d99fa4c to your computer and use it in GitHub Desktop.
Save TonSDe/aa11892111b418dc0e54beb97d99fa4c to your computer and use it in GitHub Desktop.
AWS Elastic Beanstalk : Set Server Env
option_settings:
aws:elasticbeanstalk:application:environment:
AUTH_KEY: 'test'
SECURE_AUTH_KEY: 'test'
LOGGED_IN_KEY: 'test'
NONCE_KEY: 'test'
AUTH_SALT: 'test'
SECURE_AUTH_SALT: 'test'
NONCE_SALT: 'test'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment