OSDN Git Service

adds the ['concourse-ci']['docker-compose']['web_encryption_key_vault_item'] attribut...
[metasearch/grid-chef-repo.git] / cookbooks / concourse-ci / templates / default / opt / docker-compose / app / concourse / .env
index 9284402..7a5028e 100644 (file)
@@ -4,6 +4,9 @@
 #  - Do not use variable reference.
 -%>
 POSTGRES_PASSWORD=<%= @db_passwd %>
+<% unless @encryption_key.nil? %>
+CONCOURSE_ENCRYPTION_KEY=<%= @encryption_key %>
+<% end %>
 CONCOURSE_BASIC_AUTH_PASSWORD=<%= @basic_auth_passwd %>
 <% unless @oauth_client_id.nil? %>
 CONCOURSE_GENERIC_OAUTH_CLIENT_ID=<%= @oauth_client_id %>