Sha256: 7851c4d448ae96917f3e20ac918f73a569110796445a73bdbc4ad57a91ebc71e

Contents?: true

Size: 1014 Bytes

Versions: 4

Compression:

Stored size: 1014 Bytes

Contents

:braintree_blue:
  :merchant_id: <%= ENV['MERCHANT_ID'] %>
  :public_key: <%= ENV['PUBLIC_KEY'] %>
  :private_key: <%= ENV['PRIVATE_KEY'] %>
  :test: true
  :multicurrency: true

:multicurrency:
  :USD: USD

:database:
# SQLite (development)
  :adapter: sqlite3
  :database: test.db
# For MySQL
#  :adapter: mysql
#  :username: 'killbill'
#  :password: 'killbill'
#  :database: 'killbill' # or set the URL :
#  #:url: jdbc:mysql://127.0.0.1:3306/killbill
#  :driver: org.mariadb.jdbc.Driver # as in KB
#  :pool: 30 # AR's default is max 5 connections
# In Kill Bill
#  :adapter: mysql
#  :jndi: 'killbill/osgi/jdbc'
#  :pool: false # false-pool (JNDI pool's max)
#  # uncomment if pool does not support JDBC4 :
#  #:connection_alive_sql: 'select 1'
#  # MySQL adapter #configure_connection defaults :
#  #    @@SESSION.sql_auto_is_null = 0,
#  #    @@SESSION.wait_timeout = 2147483,
#  #    @@SESSION.sql_mode = 'STRICT_ALL_TABLES'
#  # ... can be disabled (on AR-JDBC 1.4) using :
#  :configure_connection: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
killbill-braintree_blue-0.3.0 braintree_blue.yml
killbill-braintree_blue-0.2.1 braintree_blue.yml
killbill-braintree_blue-0.2.0 braintree_blue.yml
killbill-braintree_blue-0.1.0 braintree_blue.yml