Revision 2ac724cdcc4bb32dc3f8df57463bb0474809a5a5 authored by Alexandre Segura on 27 March 2019, 10:38:21 UTC, committed by Alexandre Segura on 27 March 2019, 10:38:21 UTC
1 parent 47e1d71
Raw File
pm2_config.yaml
apps:
  - name: ma-web
    script   : server.js
    instances: 4
    exec_mode: cluster
    env:
        MES_AIDES_ROOT_URL: https://mes-aides.gouv.fr
        MONGODB_URL: mongodb://localhost/dds
        NODE_ENV: production
        PORT: 8000
        CHROME_DEVEL_SANDBOX: /usr/local/sbin/chrome-devel-sandbox
back to top