|
22 | 22 | "Required": true
|
23 | 23 | },
|
24 | 24 | {
|
25 |
| - "Name": "MONGODB_URL", |
| 25 | + "Name": "MONGODB_HOST", |
| 26 | + "Type": "EnvironmentVariable", |
| 27 | + "InputType": "FreeText", |
| 28 | + "Description": "MongoDB host name", |
| 29 | + "DefaultValue": "mongodb", |
| 30 | + "Required": true |
| 31 | + }, |
| 32 | + { |
| 33 | + "Name": "MONGODB_USERNAME", |
| 34 | + "Type": "EnvironmentVariable", |
| 35 | + "InputType": "FreeText", |
| 36 | + "Description": "MongoDB username", |
| 37 | + "DefaultValue": "admin", |
| 38 | + "Required": true |
| 39 | + }, |
| 40 | + { |
| 41 | + "Name": "MONGODB_PASSWORD", |
26 | 42 | "Type": "EnvironmentVariable",
|
27 | 43 | "InputType": "Secret",
|
28 |
| - "Description": "MongoDB url; most commonly mongodb://username:password@host:port", |
| 44 | + "Description": "MongoDB password", |
29 | 45 | "Required": true
|
30 | 46 | },
|
31 | 47 | {
|
|
42 | 58 | "Description": "MongoDB collection name",
|
43 | 59 | "Required": true
|
44 | 60 | },
|
| 61 | + { |
| 62 | + "Name": "MONGODB_PORT", |
| 63 | + "Type": "EnvironmentVariable", |
| 64 | + "InputType": "FreeText", |
| 65 | + "Description": "MongoDB host port", |
| 66 | + "DefaultValue": "27017", |
| 67 | + "Required": false |
| 68 | + }, |
45 | 69 | {
|
46 | 70 | "Name": "MONGODB_DOCUMENT_MATCHER",
|
47 | 71 | "Type": "EnvironmentVariable",
|
|
0 commit comments