https://github.com/sgmap/mes-aides-ui
Revision d7cb83fd82cc26f5dd64b04ffe24b9f4cff97cf6 authored by Thomas Guillet on 11 March 2021, 10:42:49 UTC, committed by Thomas Guillet on 11 March 2021, 16:10:30 UTC
1 parent 2548faf
Raw File
Tip revision: d7cb83fd82cc26f5dd64b04ffe24b9f4cff97cf6 authored by Thomas Guillet on 11 March 2021, 10:42:49 UTC
Stabilise la section des questions
Tip revision: d7cb83f
pm2_config.yaml
apps:
  - name: ma-web
    script   : server.js
    instances: 1
    exec_mode: cluster
    merge_logs: true
    env:
        MES_AIDES_ROOT_URL: https://mes-aides.org
        MONGODB_URL: mongodb://localhost/dds
        NODE_ENV: production
        PORT: 8000
        CHROME_DEVEL_SANDBOX: /usr/local/sbin/chrome-devel-sandbox
back to top