Remove string literal from log messages
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
CommitLineData
7dde0b73 1applications:
5f4be58c 2- name: charging-stations-simulator
7dde0b73
JB
3 memory: 1G
4 disk_quota: 1G
5 instances: 1
6 buildpacks:
7 - https://github.com/cloudfoundry/nodejs-buildpack
8 no-route: true
9 health-check-type: process
85d20667 10 health-check-invocation-timeout: 10
6c9c8e5e 11 command: node -r source-map-support/register dist/start.js
7dde0b73 12 env:
e55ef94a 13 # OPTIMIZE_MEMORY: true
0d39037d 14 NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768