config.php (230B)
1 <?php 2 // This file is in the public domain. 3 4 // Which backend should we use? Must end in "/". 5 $BACKEND = "http://backend.demo.taler.net/"; 6 7 // The currency must match the one used by the backend. 8 $CURRENCY = "KUDOS"; 9 ?>