Revision 41cc94d663fd0cb8b42e1bc76b37b4ab0a75ab9e authored by Matti Schneider on 16 May 2020, 10:21:51 UTC, committed by Matti Schneider on 16 May 2020, 10:21:51 UTC
Plutôt que celles qui soulignent des erreurs
1 parent e16d4ef
Raw File
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