Revision 834fdae2631826d63cf1c545cddd65b365ad29f0 authored by Quentin Madura on 17 May 2021, 10:53:41 UTC, committed by Quentin Madura on 17 May 2021, 10:53:41 UTC
1 parent 5c08d07
Raw File
pm2_config.yaml
apps:
  - name: ma-web
    script   : server.js
    instances: 4
    exec_mode: cluster
    merge_logs: true
    env:
        MES_AIDES_ROOT_URL: https://mes-aides.1jeune1solution.beta.gouv.fr
        MONGODB_URL: mongodb://localhost/dds
        NODE_ENV: production
        PORT: 8000
        CHROME_DEVEL_SANDBOX: /usr/local/sbin/chrome-devel-sandbox
back to top