Skip to content

Commit 1b4cecd

Browse files
authored
Merge pull request #548 from achieveordie/minor_config_update
Explicitly mention that changes to config file while server is live requires restarting the server
2 parents 27a5eb9 + dc79473 commit 1b4cecd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/library/advanced-features/configuration.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ slug: /library/advanced-features/configuration
77

88
Streamlit provides four different ways to set configuration options. This list is in reverse order of precedence, i.e. command line flags take precedence over environment variables when the same configuration option is provided multiple times.
99

10+
<Note>
11+
12+
If changes to `.streamlit/config.toml` are made _while_ the app is running, the server needs to be restarted for changes to be reflected in the app.
13+
14+
</Note>
15+
1016
1. In a **global config file** at `~/.streamlit/config.toml` for macOS/Linux or `%userprofile%/.streamlit/config.toml` for Windows:
1117

1218
```toml

0 commit comments

Comments
 (0)