Skip to content

Commit

Permalink
docs(ironvars): correct allowed chars in keys
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeStanger committed Jan 25, 2024
1 parent 63304a9 commit 9d7cb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Ironvars.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Ironvars are runtime variables that can be referenced in several places in your config,
then set using the IPC server (such as via the CLI) using the `set` command.

Any UTF-8 string *without whitespace* is a valid key.
Keys can consist of alphanumeric characters, `-` and `_` only.
Any UTF-8 string is a valid value.

Reference values using `#my_variable`. These update as soon as the value changes.
Expand Down

0 comments on commit 9d7cb08

Please sign in to comment.