Skip to content

Commit

Permalink
Bump to Meilisearch v1.9.x release
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Jul 6, 2024
1 parent ab1f7c3 commit 274bf64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .nomad/conf/.env.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ REDIS_PORT="-1"
REDIS_HOST="{{- index .ServiceMeta "socket" | trimSpace -}}"
{{ end }}
REDIS_PASSWORD="{{- key "redis/password" | trimSpace -}}"
{{- range service "meilisearch-v1-9-0-rc-3" }}
{{- range service "meilisearch-v1-9" }}
MEILISEARCH_HOST="http://127.0.0.1:{{- .Port -}}"
{{ end }}
MEILISEARCH_KEY="{{- key "meilisearch/admin-key-v1.9.0-rc.3" | trimSpace -}}"
MEILISEARCH_KEY="{{- key "meilisearch/admin-key-v1.9" | trimSpace -}}"
SESSION_SECURE_COOKIE="true"
SESSION_COOKIE="__Host-apiary_session"
{{ range $key, $value := (key (printf "apiary/%s" (slice (env "NOMAD_JOB_NAME") 7)) | parseJSON) -}}
Expand Down

0 comments on commit 274bf64

Please sign in to comment.