|
4 | 4 | "name": "nodejs-MEAN-stack", |
5 | 5 | "label": "nodejs MEAN stack", |
6 | 6 | "product_kind": "solution", |
7 | | - "version": "1.0.3", |
| 7 | + "version": "1.0.4", |
8 | 8 | "tags": [ |
9 | 9 | "MEAN-stack", |
10 | 10 | "Technology" |
|
16 | 16 | ], |
17 | 17 | "short_description": "MEAN stack using Code Engine and Mongodb", |
18 | 18 | "long_description": "A demonstration deployable architecture based on the MEAN stack. Leverages Code Engine to host the application and Mongodb for the database.", |
19 | | - "offering_docs_url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack", |
| 19 | + "offering_docs_url": "https://github.com/powellquiring/nodejs-MEAN-stack", |
20 | 20 | "support_details": "This is a demonstration and no official support is given.", |
21 | 21 | "flavors": [ |
22 | 22 | { |
|
26 | 26 | "licenses": [ |
27 | 27 | { |
28 | 28 | "name": "Apache License 2.0", |
29 | | - "url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/LICENSE.md" |
| 29 | + "url": "https://github.com/powellquiring/nodejs-MEAN-stack/blob/master/LICENSE.md" |
| 30 | + } |
| 31 | + ], |
| 32 | + "configuration": [ |
| 33 | + { |
| 34 | + "key": "prefix", |
| 35 | + "required": false, |
| 36 | + "description": "prefix string for all resources if not provided mean-stack-RANDOM string is generated" |
| 37 | + }, |
| 38 | + { |
| 39 | + "key": "use_default_resource_group", |
| 40 | + "type": "bool", |
| 41 | + "required": false, |
| 42 | + "description": "if true use the account default resource group if false mean-stack-RANDOM string is used to create a new resource group" |
30 | 43 | } |
31 | 44 | ], |
32 | 45 | "outputs": [ |
|
69 | 82 | ] |
70 | 83 | } |
71 | 84 | ], |
72 | | - "release_notes_url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/CHANGELOG.md", |
| 85 | + "release_notes_url": "https://github.com/powellquiring/nodejs-MEAN-stack/blob/master/CHANGELOG.md", |
73 | 86 | "architecture": { |
74 | 87 | "diagrams": [ |
75 | 88 | { |
76 | 89 | "diagram": { |
77 | 90 | "caption": "Architecture diagram", |
78 | | - "url": "https://github.com/IBM-Cloud/nodejs-MEAN-stack/blob/master/ReadME-Images/Architecture.svg", |
| 91 | + "url": "https://github.com/powellquiring/nodejs-MEAN-stack/blob/master/ReadME-Images/Architecture.svg", |
79 | 92 | "metadata": [] |
80 | 93 | }, |
81 | 94 | "description": "MEAN stack." |
|
0 commit comments