Skip to content

Commit 42ddb4a

Browse files
committed
Add SSL verification option to REMOTE_SETTINGS in settings.md
1 parent fb5b168 commit 42ddb4a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/settings.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ REMOTE_SETTINGS = {
140140
"password": "SYS", # Optional
141141
"namespace": "IRISAPP", # Optional (default: "USER")
142142
"remote_folder": "", # Optional (default: folder of the routine database)
143-
"package": "python" # Optional (default: "python")
143+
"package": "python", # Optional (default: "python")
144+
"verify_ssl": True # Optional (default: True)
144145
}
145146
```
146147

@@ -151,6 +152,7 @@ REMOTE_SETTINGS = {
151152
- `namespace`: Target namespace for components
152153
- `remote_folder`: Remote storage folder
153154
- `package`: Package name for components
155+
- `verify_ssl`: Enable/disable SSL verification
154156

155157
## Complete Example
156158

0 commit comments

Comments
 (0)