IK
Все кто хочет присоедениться к онлайн митапу - присоеденяйтесь к группе
Size: a a a
IK
P
V
AB
AB
import Config
if System.get_env("STATIC_DB_URL") do
config :fxrates, Fxrates.Repo,
url: System.fetch_env!("STATIC_DB_URL"),
password: System.fetch_env!("STATIC_DB_PASSWORD")
else
config ...
end
AB
import Config
if System.get_env("STATIC_DB_URL") do
config :fxrates, Fxrates.Repo, [
url: System.fetch_env!("STATIC_DB_URL"),
password: System.fetch_env!("STATIC_DB_PASSWORD")
]
else
config ...
end
AB
AB
PG
AA
AA
PG
V
A
def close_gate(race_id, gate, horse_id, tx_hash \\ "")
when is_integer(gate) and gate in 1..12 do
VS
LL
SM
SM
AU
AU