From 9d7cb08f41e7290959e17ccd725aeb6ccaeef1a7 Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Thu, 25 Jan 2024 22:30:53 +0000 Subject: [PATCH] docs(ironvars): correct allowed chars in keys --- docs/Ironvars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Ironvars.md b/docs/Ironvars.md index ae758068..975fd55b 100644 --- a/docs/Ironvars.md +++ b/docs/Ironvars.md @@ -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.