Project

General

Profile

Actions

Bug #1364

closed

Missing colons in configuration.yml

Added by liaham over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Affected Version:
Compatible Redmine Version:

Description

The configuration.yml reads the env vars given in env.yml. By doing so, some env var values needs to be transformed to a Ruby symbol what will be done like so: <%= ENV['EMAIL_DELIVERY_METHOD']&.to_sym %>

However, it turns out, that this transformation is not enough. Additionally, a colon is necessary: :<%= ENV['EMAIL_DELIVERY_METHOD']&.to_sym %> to make it work.

Actions

Also available in: Atom PDF