Skip to content

Commit e3982e5

Browse files
committed
chore: set schemaVersion:2.3.0; use dummy value of SECRET env
Signed-off-by: Valeriy Svydenko <[email protected]>
1 parent 601038a commit e3982e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stacks/nodejs-mongodb/devfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
schemaVersion: 2.2.2
1+
schemaVersion: 2.3.0
22
metadata:
33
name: nodejs-mongodb
44
displayName: Node.js MongoDB
@@ -26,7 +26,7 @@ components:
2626
env:
2727
# The values below are used to set up the environment for running the application
2828
- name: SECRET
29-
value: 220fd770-c028-480d-8f95-f84353c7d55a
29+
value: dummy-value
3030
- name: NODE_ENV
3131
value: production
3232
endpoints:

0 commit comments

Comments
 (0)