📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP

fes

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fes

1.0.62
Maintainers
2

Finac Enterprise Server

https://www.altertech.com/products/fes/

Configuration example:

fes:
  key: secret
  real-ip-header: X-Real-IP
  finac:
    db: postgresql://finac:PASSWORD@HOST/finac
    db-pool-size: 30
    redis-host: localhost
    multiplier: 1000
    restrict-deletion: 1
    lazy-exchange: false
    rate-allow-reverse: true
    rate-allow-cross: true
    base-asset: EUR
  gunicorn:
    listen: 0.0.0.0:8832
    #gunicorn: gunicorn3
    pid-file: /tmp/fes.pid
    start-failed-after: 5
    force-stop-after: 10
    launch-debug: true
    extra-options: -w 2 --log-file /var/log/fes/fes.log --log-level INFO -u fes

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts