OSDN Git Service

9284402f953bd6834e67f316f19c559eef2df440
[metasearch/grid-chef-repo.git] / cookbooks / concourse-ci / templates / default / opt / docker-compose / app / concourse / .env
1 <%
2 # Note in this file:
3 #  - Do not use quatation marks (' or ").
4 #  - Do not use variable reference.
5 -%>
6 POSTGRES_PASSWORD=<%= @db_passwd %>
7 CONCOURSE_BASIC_AUTH_PASSWORD=<%= @basic_auth_passwd %>
8 <% unless @oauth_client_id.nil? %>
9 CONCOURSE_GENERIC_OAUTH_CLIENT_ID=<%= @oauth_client_id %>
10 <% end %>
11 <% unless @oauth_client_secret.nil? %>
12 CONCOURSE_GENERIC_OAUTH_CLIENT_SECRET=<%= @oauth_client_secret %>
13 <% end %>