Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleHPD
plugins:
  paykeeper:
    main:
      secret_key: qwerty123 # должен совпадать с тем же ключом в hpdhpay
 
listeners:
  http:
    plain:
      plugins: [paykeeper/main]
 
workers:
  - listeners: [http/plain]