gns-registrar.conf.example (2748B)
1 [gns-registrar] 2 production = false # Set if this is a production deployment. Currently unused. 3 base_url = http://localhost:11000 # The base URL your service is reachable under. 4 base_url_gnunet = http://localhost:7776 # The base URL your GNUnet REST service is reachable under. 5 basic_auth_gnunet_enabled = true # Does the GNUnet REST service require authentication. 6 basic_auth_gnunet_username = jdoe # Basic authentication username for GNUnet REST service. 7 basic_auth_gnunet_password = secret # Basic authentication password for GNUnet REST service. 8 base_url_merchant = https://backend.demo.taler.net # The Taler merchant REST API base URL. 9 merchant_token = sandbox # The Taler merchant REST API authentication token. 10 bind_to = localhost:11000 # The IP:PORT to bind to. 11 nav_template = web/templates/nav.html # The checkout page template file. 12 footer_template = web/templates/footer.html # The checkout page template file. 13 landing_template = web/templates/landing.html # The landing page template file. 14 landing_template = web/templates/landing.html # The landing page template file. 15 name_template = web/templates/name.html # The name information page template file. 16 edit_template = web/templates/edit.html # The registration management template file. 17 buy_template = web/templates/buy.html # The checkout page template file. 18 suffix_hint = example.alt # The self-advertised suffix for the zone. 19 payment_required_expiration = 1h # The time the user is given to complete the payment for a registration. 20 relative_delegation_expiration = 24h # For how long a name registration record is valid/cached in GNS. 21 registration_duration_days = 5 # For how many days is a name registered (or a registration extended). 22 registration_cost = KUDOS:0.3 # The cost to register a name for the duration of ```registration_expiration```. 23 order_summary_template = "Registration of `${NAME}' at GNUnet FCFS registrar" # Template for the order summary displayed to the user. May contain the placeholder ```${NAME}``` for the registered name. 24 root_zone_name = test # The GNS zone name to use. 25 valid_label_regex = "" # The regex to check to verify the validity of a name. Ignored if set to ```""```. 26 valid_label_script = "" # The script to use to check to verify the validity of a name. Script will be executed with the label as the first command line parameter. Ignored if set to ```""```.