https://github.com/sgmap/mes-aides-ui
Revision 25a9b6be546fe962289939ec58005dbd88f6f986 authored by Thomas Guillet on 23 March 2021, 15:25:49 UTC, committed by GitHub on 23 March 2021, 15:25:49 UTC
1 parent 1f8ed42
Raw File
Tip revision: 25a9b6be546fe962289939ec58005dbd88f6f986 authored by Thomas Guillet on 23 March 2021, 15:25:49 UTC
Ajoute le prêt pour le permis à 1 euro par jour (#1533)
Tip revision: 25a9b6b
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