Skip to content

Commit

Permalink
fix: tweak config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jun 6, 2024
1 parent 1711407 commit b5d7172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.tpl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ backend = "{{ getenv "LANGUAGE_DETECTION_BACKEND" "whatlang" }}"
default-language = "{{ getenv "LANGUAGE_DETECTION_DEFAULT_LANGUAGE" "en" }}"

[mrf]
module-dir = "{{ getenv "MRF_MODULE_DIR" "mrf-modules" }}"
module-dir = "{{ getenv "MRF_MODULE_DIR" "./mrf-modules" }}"

[mrf.artifact-cache]
path = "{{ getenv "MRF_ARTIFACT_CACHE_PATH" "./mrf-cache" }}"
Expand Down

0 comments on commit b5d7172

Please sign in to comment.