- Upgraded examples to show how to interact with the config.yml file and encrypted file storage - checkPriceAndCurrency will now allow prices that do not have fractions of main units (e.g. $1000)
11 lines
218 B
YAML
11 lines
218 B
YAML
####
|
|
# Copyright (c) 2014-2015 BitPay
|
|
#
|
|
# Example config using a yml file
|
|
#
|
|
bitpay:
|
|
network: testnet
|
|
public_key: /tmp/bitpay.pub
|
|
private_key: /tmp/bitpay.pri
|
|
key_storage_password: YourTopSecretPassword
|