kych

OAuth 2.0 API for Swiyu to enable Taler integration of Swiyu for KYC (experimental)
Log | Files | Refs

config.ini.example (273B)


      1 [server]
      2 host =
      3 port =
      4 #socket_path =
      5 
      6 [database]
      7 url = 
      8 
      9 [crypto]
     10 nonce_bytes = 32
     11 token_bytes = 32
     12 authorization_code_bytes = 32
     13 
     14 [webhook_worker]
     15 retry_delay_server_error = 60
     16 retry_delay_forbidden = 60
     17 retry_delay_other = 3600
     18 fallback_poll_secs = 300
     19 batch_size = 100