mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
Update README.md
updated per Ivan's recommendation.
This commit is contained in:
@@ -249,7 +249,7 @@ max_control_line: 512
|
||||
max_payload: 65536
|
||||
```
|
||||
|
||||
Inside configuration files, string values support the following escape characters: `\xXX, \t, \n, \r, \", \\`. Take note that when specifying directory paths in options such as `pid_file` and `log_file` on windows, you'll need to escape backslashes, e.g. `log_file: "c:\\logging\\log.txt"`, or use unix style (`/`) path separators.
|
||||
Inside configuration files, string values support the following escape characters: `\xXX, \t, \n, \r, \", \\`. Take note that when specifying directory paths in options such as `pid_file` and `log_file` on Windows, you'll need to escape backslashes, e.g. `log_file: "c:\\logging\\log.txt"`, or use unix style (`/`) path separators.
|
||||
|
||||
## Variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user