~ubuntu-branches/debian/stretch/electrum/stretch

« back to all changes in this revision

Viewing changes to scripts/merchant/merchant.conf.template

  • Committer: Package Import Robot
  • Author(s): Tristan Seligmann
  • Date: 2016-04-04 03:02:39 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20160404030239-0szgkio8yryjv7c9
Tags: 2.6.3-1
* New upstream release.
  - Drop backported install-wizard-connect.patch.
* Add Suggests: python-zbar and update the installation hint to suggest
  apt-get instead of pip (closes: #819517).
* Bump Standards-Version to 3.9.7 (no changes).
* Update Vcs-* links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[main]
2
 
host = hostname of the machine where you run this program
3
 
port = choose a port number
4
 
password = choose a password
5
 
 
6
 
[sqlite3]
7
 
database = database filename
8
 
 
9
 
[electrum]
10
 
xpub = the master public key of your wallet
11
 
wallet_path = path where the script will save the wallet
12
 
 
13
 
[callback]
14
 
received = URL where we POST json data when payment has been received
15
 
expired = URL where we POST json data if payment has expired
16
 
password = password sent in the json data, for authentication