[database] password = <%= @mysql_password %> <% if @accountpatchreviewdb_url -%> [accountPatchReviewDb] url = <%= @accountpatchreviewdb_url %> <% end -%> [auth] registerEmailPrivateKey = <%= @email_private_key %> restTokenPrivateKey = <%= @token_private_key %> <% @its_plugins.each do |its_plugin| -%> [<%= its_plugin['name'] %>] password = <%= its_plugin['password'] %> <% end -%>