paivana

HTTP paywall reverse proxy
Log | Files | Refs | Submodules | README | LICENSE

test.conf (473B)


      1 [paivana]
      2 DESTINATION_BASE_URL = https://grothoff.org/
      3 SERVE = tcp
      4 PORT = 8888
      5 
      6 BASE_URL = http://localhost:80/
      7 MERCHANT_BACKEND_URL = http://localhost:9966/
      8 MERCHANT_ACCESS_TOKEN = "secret-token:sandbox"
      9 
     10 SECRET = 42
     11 
     12 [merchant]
     13 CURRENCY = KUDOS
     14 BASE_URL = http://localhost:8080/
     15 PORT = 9966
     16 SERVE = TCP
     17 DEFAULT_REFUND_DELAY = 1s
     18 DEFAULT_WIRE_TRANSFER_ROUNDING_INTERVAL = day
     19 
     20 
     21 [merchantdb-postgres]
     22 CONFIG = postgres:///talercheck
     23 
     24 [merchant-exchange-chf]
     25 DISABLED = YES