Update configuration.md to include a missing parameter

This commit is contained in:
Phan Trung Thanh
2024-11-25 22:35:04 +01:00
committed by Quentin Gliech
parent 2af374b129
commit 3193d6a8c0

View File

@@ -150,6 +150,12 @@ templates:
# Path to the frontend assets manifest file
assets_manifest: /to/manifest.json
# From where to load the translation files
# Default in Docker distribution: `/usr/local/share/mas-cli/translations/`
# Default in pre-built binaries: `./share/translations/`
# Default in locally-built binaries: `./translations/`
translations_path: /to/translations
```
## `clients`