Skip to content

Commit

Permalink
fix: fix path for mrf allocation strategy in config.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jun 6, 2024
1 parent 90caabd commit e4d48ad
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 @@ -7,6 +7,7 @@ default-language = "{{ getenv "LANGUAGE_DETECTION_DEFAULT_LANGUAGE" "en" }}"

[mrf]
module-dir = "{{ getenv "MRF_MODULE_DIR" "./mrf-modules" }}"
allocation-strategy = "{{ getenv "MRF_ALLOCATION_STRATEGY" "pooling" }}"

[mrf.artifact-cache]
path = "{{ getenv "MRF_ARTIFACT_CACHE_PATH" "./mrf-cache" }}"
Expand All @@ -16,7 +17,6 @@ path = "{{ getenv "MRF_ARTIFACT_CACHE_PATH" "./mrf-cache" }}"
[mrf.storage]
type = "{{ getenv "MRF_STORAGE_TYPE" "fs" }}"
path = "{{ getenv "MRF_STORAGE_PATH" "./mrf-storage" }}"
allocation-strategy = "{{ getenv "MRF_ALLOCATION_STRATEGY" "pooling" }}"

[database]
url = "{{ getenv "DATABASE_URL" "postgres://localhost/kitsune" }}"
Expand Down

0 comments on commit e4d48ad

Please sign in to comment.