Sha256: 4d831b8f7762c25c165b479282744a44be35dfae128a10bbbf168dd6396ca303

Contents?: true

Size: 1.27 KB

Versions: 3

Compression:

Stored size: 1.27 KB

Contents

:litle:
  - :account_id: "USD"
    :merchant_id: "your-merchant-id-USD"
    :username: "your-username"
    :password: "your-password"
    :secure_page_url: "https://request-prelive.np-securepaypage-litle.com"
    :paypage_id: "litle-paypage-id-USD"
  - :account_id: "EUR"
    :merchant_id: "your-merchant-id-EUR"
    :username: "your-username"
    :password: "your-password"
    :secure_page_url: "https://request-prelive.np-securepaypage-litle.com"
    :paypage_id: "litle-paypage-id-EUR"

: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

3 entries across 3 versions & 1 rubygems

Version Path
killbill-litle-4.0.0 litle.yml
killbill-litle-3.0.0 litle.yml
killbill-litle-2.0.0 litle.yml