summaryrefslogtreecommitdiff
path: root/php/config.php
blob: 6116969ed2638ecf0427af5d9f0c4be00583f4de (plain)
1
2
3
4
5
6
7
8
9
<?php
  // This file is in the public domain.

  // Which backend should we use? Must end in "/".
  $BACKEND = "http://backend.demo.taler.net/";

  // The currency must match the one used by the backend.
  $CURRENCY = "KUDOS";
?>