Advertisement
Guest User

Untitled

a guest
Dec 28th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.88 KB | None | 0 0
  1. # This file is auto-generated during the composer install
  2. parameters:
  3.     empty_array: {  }
  4.     database_host: db
  5.     database_port: null
  6.     database_name: symfony
  7.     database_user: admin
  8.     database_password: root
  9.     mailer_transport: smtp
  10.     mailer_host: 127.0.0.1
  11.     mailer_user: null
  12.     mailer_password: null
  13.     mailer_port: null
  14.     secret: ThisTokenIsNotSoSecretChangeIt
  15.     api.core_url: 'http://core/api'
  16.     api.pay_safe_url: 'http://paysafe'
  17.     api.payment_and_payout: 'http://paysafe'
  18.     api.bookkeeping: 'http://paysafe'
  19.     api.invoice: 'http://paysafe'
  20.     rabbitmq_host: rabbitmq
  21.     redis_host: redis
  22.     amazon_s3.key: null
  23.     amazon_s3.secret: null
  24.     siptraffic.username: null
  25.     siptraffic.password: null
  26.     plivo.auth_id: 22
  27.     plivo.auth_token: 22
  28.     sms-api.api_key: 22
  29.     twinfield.company: TEST10
  30.     beanstalkd.host: beanstalkd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement