sandcastle-ng

Scripts for the deployment of Sandcastle (GNU Taler)
Log | Files | Refs | README

head.taler.net (416B)


      1 #!/usr/bin/bash
      2 
      3 CURRENCY=KUDOS
      4 ALT_UNIT_NAME=ク
      5 MYDOMAIN=head.taler.net
      6 NAME=Kudos
      7 
      8 function hook_merchant_config() {
      9   # Add the demo exchange to the accepted exchanges
     10   cat <<EOF >>/etc/taler-merchant/conf.d/sandcastle-merchant-exchanges.conf
     11 
     12 [merchant-exchange-demo]
     13 EXCHANGE_BASE_URL = https://exchange.demo.taler.net/
     14 MASTER_KEY = F80MFRG8HVH6R9CQ47KRFQSJP3T6DBJ4K1D9B703RJY3Z39TBMJ0
     15 CURRENCY = KUDOS
     16 EOF
     17 }