Skip to content

Commit

Permalink
feat: add config env for mrf allocation strategy.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jun 6, 2024
1 parent 51a4619 commit 95f6873
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.tpl.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ 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 95f6873

Please sign in to comment.