Current section

Files

Jump to
cloister lib mix cloister.eex
Raw

lib/mix/cloister.eex

import Config
consensus = <%= @consensus %>
config :cloister,
otp_app: :<%= @application %>,
# listener: <%= inspect(@listener) %>,
consensus: consensus,
loopback?: <%= @ip == "127.0.0.1" %>,
additional_modules: [],
sentry: Enum.map(0..consensus, &:"<%= @application %>_#{&1}@<%= @ip %>")
# config :logger,
# level: :<%= @log_level %>,
# backends: [:console],
# metadata: :all,
# compile_time_purge_matching: [[level_lower_than: :<%= @log_level %>]]