Skip to content

Commit

Permalink
Bump to Meilisearch 1.12rc
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Dec 21, 2024
1 parent 007461e commit df8a4e3
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 @@ -11,10 +11,10 @@ CAS_ENABLE_SAML="false"
{{- range service "mysql" }}
DB_SOCKET="{{- index .ServiceMeta "socket" | trimSpace -}}"
{{ end }}
{{- range service "meilisearch-v1-10" }}
{{- range service "meilisearch-v1-12-0-rc-6" }}
MEILISEARCH_HOST="http://127.0.0.1:{{- .Port -}}"
{{ end }}
MEILISEARCH_KEY="{{- key "meilisearch/admin-key-v1.10" | trimSpace -}}"
MEILISEARCH_KEY="{{- key "meilisearch/admin-key-v1.9.0-rc.3" | 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 df8a4e3

Please sign in to comment.