summaryrefslogtreecommitdiff
path: root/src/frontend/index.html
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-10-16 09:54:17 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-10-16 09:54:17 +0200
commit0d6fc87e1216b7c9227ff9f22d46d7c03c8e66f4 (patch)
treef2526b069dd4944380cca6da46c9bd71db84198e /src/frontend/index.html
parentd21bc79c6064a88e16fed50abcd3536cb8940e85 (diff)
downloadmerchant-0d6fc87e1216b7c9227ff9f22d46d7c03c8e66f4.tar.gz
merchant-0d6fc87e1216b7c9227ff9f22d46d7c03c8e66f4.tar.bz2
merchant-0d6fc87e1216b7c9227ff9f22d46d7c03c8e66f4.zip
notes on how to make available a local mint
Diffstat (limited to 'src/frontend/index.html')
-rw-r--r--src/frontend/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/frontend/index.html b/src/frontend/index.html
index 0ff91799..6942ada5 100644
--- a/src/frontend/index.html
+++ b/src/frontend/index.html
@@ -85,7 +85,7 @@
<input type="text" name="reserve_pk"></input>
<select id="mint" name="mint_url">
<option value="demo.taler.net">mint @taler.net</option>
- <option value="localmint">localmint</option>
+ <option value="localmint">localmint (**)</option>
</select>
<br>
Amount to credit to your reserve:
@@ -135,6 +135,12 @@
final offer from the merchant in a window secured
by the Taler extension. That way, you can spot the
error before committing to an incorrect contract.</p>
+ <p>(**) The 'localmint' option wants a mint whose base URL is "localmint".
+ A possible configuration for this would be having an entry like '127.0.0.1
+ localmint' in '/etc/hosts' and a local HTTP virtual server which
+ redirects calls to 'localmint' to '127.0.0.1:X', with 'X' being the port
+ the mint is listening from.
+ </p>
</div>
</div>
<script type="text/javascript">