Skip to content

Commit 63f450f

Browse files
Update AppsGoodPractices.rst
1 parent 79f6b5e commit 63f450f

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

docs/ProgrammingTutorials/AppsGoodPractices.rst

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,21 +175,14 @@ List all user-configurable parameters, grouped into logical sections like "Basic
175175
* `PARAMETER_NAME` (default is value): A brief description of what the parameter does.
176176

177177
**JSON Sample**
178-
Include a complete JSON example showing a typical configuration for running the processor. For example:
178+
Include a complete JSON example showing a typical configuration for running the processor.
179+
For example:
179180

180-
```json
181-
{
182-
"SUFFIX": "_flood.tiff",
183-
"PERMANENT_WATER_VALUE": 2,
184-
"DELETE_CONVERTED_FILE": true,
185-
}
186-
```
187181

188182
.. code-block:: json
189183
190184
{
191-
"USER": "yourusername@goes.here",
192-
"PASSWORD": "your secret password goes here",
193-
"WORKSPACEID": "71805896-654b-468c-8fc5-5d2ad6ba61f3",
194-
"PARAMETERSFILEPATH": "./params.json"
185+
"SUFFIX": "_flood.tiff",
186+
"PERMANENT_WATER_VALUE": 2,
187+
"DELETE_CONVERTED_FILE": true,
195188
}

0 commit comments

Comments
 (0)