taldir-test.conf (849B)
1 [taldir] 2 production = false 3 host = "https://taldir.net" 4 bind_to = "localhost:11000" 5 salt = "ChangeMe" 6 monthly_fee = KUDOS:0 7 default_doc_filetype = text/markdown 8 default_doc_lang = en-US 9 default_tos_path = terms/ 10 default_pp_path = privacy/ 11 challenge_bytes = 16 12 validation_initiation_max = 3 13 solution_attempt_max = 3 14 validation_timeframe = 10m 15 solution_attempt_timeframe = 1h 16 merchant_baseurl_private = http://merchant.taldir/instances/myInstance 17 merchant_token = superSecretToken 18 validation_expiration = 5m 19 20 [taldir-validator-test] 21 challenge_fee = KUDOS:0 22 command = testdata/taldir-validate-test 23 type = command 24 enabled = true 25 26 [taldir-validator-test-cost] 27 challenge_fee = KUDOS:23 28 command = testdata/taldir-validate-test 29 type = command 30 enabled = true 31 32 [taldir-pq] 33 host = "localhost" 34 port = 5432 35 user = "taldir" 36 password = "secret" 37 db_name = "taldir"