File tree Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Expand file tree Collapse file tree 1 file changed +16
-13
lines changed Original file line number Diff line number Diff line change @@ -86,19 +86,22 @@ get_index_string(app::DashApp) = app.component.index_string
86
86
87
87
"""
88
88
Activate the dev tools, called by `run_server`.
89
- All parameters can be set by environment variables as listed.
90
- Values provided here take precedence over environment variables.
89
+
90
+ If a parameter can be set by an environment variable, that is listed as:
91
+ env: `DASH_****`
92
+ Values provided here take precedence over environment variables.
93
+
91
94
Available dev_tools environment variables:
92
- - DASH_DEBUG
93
- - DASH_UI
94
- - DASH_PROPS_CHECK
95
- - DASH_SERVE_DEV_BUNDLES
96
- - DASH_HOT_RELOAD
97
- - DASH_HOT_RELOAD_INTERVAL
98
- - DASH_HOT_RELOAD_WATCH_INTERVAL
99
- - DASH_HOT_RELOAD_MAX_RETRY
100
- - DASH_SILENCE_ROUTES_LOGGING
101
- - DASH_PRUNE_ERRORS
95
+ - ` DASH_DEBUG`
96
+ - ` DASH_UI`
97
+ - ` DASH_PROPS_CHECK`
98
+ - ` DASH_SERVE_DEV_BUNDLES`
99
+ - ` DASH_HOT_RELOAD`
100
+ - ` DASH_HOT_RELOAD_INTERVAL`
101
+ - ` DASH_HOT_RELOAD_WATCH_INTERVAL`
102
+ - ` DASH_HOT_RELOAD_MAX_RETRY`
103
+ - ` DASH_SILENCE_ROUTES_LOGGING`
104
+ - ` DASH_PRUNE_ERRORS`
102
105
103
106
# Arguments
104
107
@@ -311,4 +314,4 @@ function dash(;
311
314
)
312
315
result = DashApp (app_root_path (), isinteractive (), config, index_string)
313
316
return result
314
- end
317
+ end
You can’t perform that action at this time.
0 commit comments