Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
kberzinch committed Dec 21, 2024
1 parent df8a4e3 commit bb13d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .nomad/conf/.env.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DB_SOCKET="{{- index .ServiceMeta "socket" | trimSpace -}}"
{{- range service "meilisearch-v1-12-0-rc-6" }}
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.12.0-rc.6" | 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 bb13d89

Please sign in to comment.