taldir

Directory service to resolve wallet mailboxes by messenger addresses
Log | Files | Refs | Submodules | README | LICENSE

taldir-example.conf (1114B)


      1 [taldir]
      2 production = false
      3 validators = "twitter"
      4 host = "https://taldir.gnunet.org"
      5 bind_to = "localhost:11000"
      6 salt = "ChangeMe"
      7 monthly_fee = KUDOS:1
      8 default_doc_filetype = text/html
      9 default_doc_lang = en
     10 default_tos_path = terms/
     11 default_pp_path = privacy/
     12 supported_doc_filetypes = text/html application/pdf application/epub application/xml text/plain
     13 challenge_bytes = 16
     14 validation_initiation_max = 3
     15 solution_attempt_max = 3
     16 validation_timeframe = 10m
     17 solution_attempt_timeframe = 1h
     18 merchant_baseurl_private = http://merchant.taldir/instances/myInstance
     19 merchant_token = superSecretToken
     20 validation_landing = assets/templates/validation_landing.html
     21 validation_expiration = 24h
     22 
     23 [taldir-email]
     24 sender = "taldir@taler.net"
     25 challenge_fee = KUDOS:0.5
     26 command = validate_email.sh
     27 allow_resend = true
     28 
     29 [taldir-phone]
     30 challenge_fee = KUDOS:5
     31 requires_payment = true
     32 command = validate_phone.sh
     33 allow_resend = false
     34 
     35 [taldir-twitter]
     36 challenge_fee = KUDOS:2
     37 command = taldir-validate-twitter
     38 allow_resend = true
     39 
     40 [taldir-pq]
     41 host = "localhost"
     42 port = 5432
     43 user = "taldir"
     44 password = "secret"
     45 db_name = "taldir"