We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5b168 commit 42ddb4aCopy full SHA for 42ddb4a
docs/settings.md
@@ -140,7 +140,8 @@ REMOTE_SETTINGS = {
140
"password": "SYS", # Optional
141
"namespace": "IRISAPP", # Optional (default: "USER")
142
"remote_folder": "", # Optional (default: folder of the routine database)
143
- "package": "python" # Optional (default: "python")
+ "package": "python", # Optional (default: "python")
144
+ "verify_ssl": True # Optional (default: True)
145
}
146
```
147
@@ -151,6 +152,7 @@ REMOTE_SETTINGS = {
151
152
- `namespace`: Target namespace for components
153
- `remote_folder`: Remote storage folder
154
- `package`: Package name for components
155
+- `verify_ssl`: Enable/disable SSL verification
156
157
## Complete Example
158
0 commit comments