Files
encoach_landingpage/app.json
2023-10-15 20:48:32 +01:00

10 lines
167 B
JSON

{
"name": "encoach-landing-page",
"options": {
"allow-unauthenticated": true,
"memory": "256Mi",
"cpu": "1",
"port": 3000,
"http2": false
}
}