taldir

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

taldir.conf.example (1053B)


      1 [taldir]
      2 production                          = false
      3 footer                              = web/templates/footer.html
      4 base_url                            = http://localhost:11000
      5 challenge_bytes                     = 16
      6 validation_initiation_max           = 3
      7 solution_attempt_max                = 3
      8 validation_timeframe                = 5m
      9 solution_attempt_timeframe          = 1h
     10 monthly_fee                         = KUDOS:0
     11 purge_mappings_on_startup_dangerous = false
     12 validation_expiration               = 24h
     13 validation_landing                  = web/templates/validation_landing.html
     14 landing_page                        = web/templates/landing.html
     15 lookup_result_page                  = web/templates/lookup_result.html
     16 salt                                = ChangeMe
     17 
     18 [taldir-pq]
     19 host     = localhost
     20 port     = 5432
     21 user     = taldir
     22 password = secret
     23 db_name  = taldir
     24 
     25 [taldir-validator-email]
     26 type = command
     27 enabled = true
     28 command = test
     29 valid_alias_regex='^\S+@\S+\.\S+$'
     30 
     31 [taldir-validator-phone]
     32 type = command
     33 enabled = true
     34 command = test