diff --git a/docs/hosting.md b/docs/hosting.md index 1f3b335..bce21b8 100644 --- a/docs/hosting.md +++ b/docs/hosting.md @@ -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