fix(docs): fix typo

This commit is contained in:
Dustin Stiles 2025-03-23 10:04:57 -04:00
parent 8c2c068da9
commit 080f3d92d5
Signed by: duwstiles
GPG Key ID: BCD9912EC231FC87

View File

@ -52,7 +52,7 @@ DSFX uses the following environment variables to configure its behavior:
| DSFX_PORT | The port on which the DSFX server will listen | 8000 |
| DSFX_LOG_LEVEL | The log level to use. One of (error, warn, info, debug) | info |
| DSFX_CONFIG_DIR | The directory where the DSFX configuration files are stored | /etc/dsfx/config |
| DSFX_STORAGE_DIR | The directory where the DSFX storage files are stored | /etx/dsfx/data |
| DSFX_STORAGE_DIR | The directory where the DSFX storage files are stored | /etc/dsfx/data |
## Local Files