Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleapplication.yml
PORT: 3000
RAILS_ENV: uat
DATABASE_URL: "{{MYSQL2_URL}}"
SECRET_KEY_BASE: # Type `rake secret` in your shell to generate one
SIDEKIQ_USERNAME: admin
SIDEKIQ_PASSWORD: # Random password
MNO_DEVPL_HOST: https://developer-uat.maestrano.io
MNO_DEVPL_API_PATH: /api/config/v1/marketplaces
MNO_DEVPL_ENV_NAME: # Application nid / short name
MNO_DEVPL_ENV_KEY: # Developer Platform API KEY
MNO_DEVPL_ENV_SECRET: # Developer Platform API Secret
DEFAULT_APP_HOST: YOUR-APP-NAME.app.uat.maestrano.io                                                                 |
DEFAULT_APP_PROTOCOL: https  
encryption_key1: # 128-bit WEP Key or SecureRandom.hex(29)
encryption_key2: # 128-bit WEP Key or SecureRandom.hex(29)
RAILS_MAX_THREADS: 64
newrelic_app_name: connector-myapp
newrelic_license_key: xxx

...