Add sample billing config
[?]
Feb 26, 2017, 4:34 AM
4B66XH43UYRVNTX57ORJ7U6IJTRFKSUS6IJ3CXVODMEF7NA7UHVQCDependencies
- [2]
MJ6R42RCUtility methods for reading key & cert data. - [3]
6L5BK5EHUse generic SMTP rather than Sendmail-specific mail client. - [4]
V2VDN77HEnable postgres configuration via environment variable for Heroku. - [5]
LCBJULKEFix swapped default and key in QConfig. - [6]
HMDM3B55Implement core of payments/billing infrastructure. - [*]
QO4NFWIYAdded sample config file. - [*]
M3KUPGZKAdd invitation email template.
Change contents
- edit in conf/aftok.cfg.example at line 30[9.308][9.308]
billing {network = "test"signingKeyFile = "/etc/aftok/aftok.bip70.key.pem"certsFile = "/etc/aftok/aftok.bip70-chain.cert.pem"exchangeRateServiceURI = "https://blockchain.info/ticker"} - replacement in server/Aftok/QConfig.hs at line 63
<*> readBillingConfig cfg<*> (readBillingConfig $ C.subconfig "billing" cfg)