|
1 | 1 | [ |
2 | 2 | { |
3 | 3 | "kind": 30, |
4 | | - "types": [], |
| 4 | + "types": [1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 21, 26, 31, 36, 38], |
5 | 5 | "entityOptions": { |
6 | 6 | "description": "An object containing the dotenv variables used by the examples-node-app application." |
7 | 7 | } |
8 | | - } |
| 8 | + }, |
| 9 | + { |
| 10 | + "kind": 32, |
| 11 | + "type": 2, |
| 12 | + "name": "APP_NAME", |
| 13 | + "description": "The name of the application." |
| 14 | + }, |
| 15 | + { "kind": 5 }, |
| 16 | + { |
| 17 | + "kind": 32, |
| 18 | + "type": 4, |
| 19 | + "name": "APP_VERSION", |
| 20 | + "description": "The version of the application.", |
| 21 | + "default": "\"1.0.0\"" |
| 22 | + }, |
| 23 | + { "kind": 5 }, |
| 24 | + { |
| 25 | + "kind": 32, |
| 26 | + "type": 6, |
| 27 | + "name": "SENTRY_DSN", |
| 28 | + "description": "The DSN for Sentry" |
| 29 | + }, |
| 30 | + { "kind": 5 }, |
| 31 | + { |
| 32 | + "kind": 32, |
| 33 | + "type": 8, |
| 34 | + "name": "ENVIRONMENT", |
| 35 | + "description": "The environment the application is running in. This value will be populated with the value of `MODE` if not provided.", |
| 36 | + "default": "\"production\"" |
| 37 | + }, |
| 38 | + { "kind": 5 }, |
| 39 | + { |
| 40 | + "kind": 32, |
| 41 | + "type": 10, |
| 42 | + "name": "RELEASE_TAG", |
| 43 | + "description": "The tag for the release. This is generally in the format of \"\\<APP_NAME\\>\\@\\<APP_VERSION\\>\"." |
| 44 | + }, |
| 45 | + { "kind": 5 }, |
| 46 | + { |
| 47 | + "kind": 32, |
| 48 | + "type": 12, |
| 49 | + "name": "DEBUG", |
| 50 | + "description": "Indicates if the application is running in debug mode.", |
| 51 | + "default": "false" |
| 52 | + }, |
| 53 | + { "kind": 7 }, |
| 54 | + { |
| 55 | + "kind": 32, |
| 56 | + "type": 14, |
| 57 | + "name": "STACKTRACE", |
| 58 | + "description": "Indicates if error stack traces should be captured.", |
| 59 | + "default": "false" |
| 60 | + }, |
| 61 | + { "kind": 7 }, |
| 62 | + { |
| 63 | + "kind": 32, |
| 64 | + "type": 16, |
| 65 | + "name": "BUILD_ID", |
| 66 | + "description": "The unique identifier for the build." |
| 67 | + }, |
| 68 | + { "kind": 5 }, |
| 69 | + { |
| 70 | + "kind": 32, |
| 71 | + "type": 18, |
| 72 | + "name": "BUILD_TIMESTAMP", |
| 73 | + "description": "The timestamp the build was ran at." |
| 74 | + }, |
| 75 | + { "kind": 6 }, |
| 76 | + { |
| 77 | + "kind": 32, |
| 78 | + "type": 20, |
| 79 | + "name": "RELEASE_ID", |
| 80 | + "description": "The unique identifier for the release." |
| 81 | + }, |
| 82 | + { "kind": 5 }, |
| 83 | + { |
| 84 | + "kind": 32, |
| 85 | + "type": 22, |
| 86 | + "name": "MODE", |
| 87 | + "description": "The mode in which the application is running.", |
| 88 | + "default": "\"production\"" |
| 89 | + }, |
| 90 | + { "kind": 23, "types": [23, 24, 25] }, |
| 91 | + { "kind": 13, "literal": "development" }, |
| 92 | + { "kind": 13, "literal": "staging" }, |
| 93 | + { "kind": 13, "literal": "production" }, |
| 94 | + { |
| 95 | + "kind": 32, |
| 96 | + "type": 27, |
| 97 | + "name": "NODE_ENV", |
| 98 | + "description": "The environment the application is running in. This variable is a duplicate of `ENVIRONMENT` to support use in external packages.", |
| 99 | + "default": "\"production\"" |
| 100 | + }, |
| 101 | + { "kind": 23, "types": [28, 29, 30] }, |
| 102 | + { "kind": 13, "literal": "development" }, |
| 103 | + { "kind": 13, "literal": "staging" }, |
| 104 | + { "kind": 13, "literal": "production" }, |
| 105 | + { |
| 106 | + "kind": 32, |
| 107 | + "type": 32, |
| 108 | + "name": "PLATFORM", |
| 109 | + "description": "The platform for which the application was built.", |
| 110 | + "default": "\"node\"" |
| 111 | + }, |
| 112 | + { "kind": 23, "types": [33, 34, 35] }, |
| 113 | + { "kind": 13, "literal": "node" }, |
| 114 | + { "kind": 13, "literal": "browser" }, |
| 115 | + { "kind": 13, "literal": "worker" }, |
| 116 | + { |
| 117 | + "kind": 32, |
| 118 | + "type": 37, |
| 119 | + "name": "ERROR_URL", |
| 120 | + "description": "The URL to send error data to. This value is used by the Storm Stack error tracking system." |
| 121 | + }, |
| 122 | + { "kind": 5 }, |
| 123 | + { |
| 124 | + "kind": 32, |
| 125 | + "type": 39, |
| 126 | + "name": "INCLUDE_ERROR_DATA", |
| 127 | + "description": "Indicates if error data should be included.", |
| 128 | + "default": "false" |
| 129 | + }, |
| 130 | + { "kind": 7 } |
9 | 131 | ] |
0 commit comments