Added open-shift configuration for api-route

This commit is contained in:
Erik Tiekstra
2021-08-02 09:20:41 +02:00
parent cbe41ab74c
commit fe89d57d3f
6 changed files with 21 additions and 4 deletions

View File

@@ -90,6 +90,14 @@
"with": "apps/dafa-web/src/environments/environment.api.ts"
}
]
},
"open-shift": {
"fileReplacements": [
{
"replace": "apps/dafa-web/src/environments/environment.ts",
"with": "apps/dafa-web/src/environments/environment.open-shift.ts"
}
]
}
}
},