PRX / jingle.prx.org

Phoenix app serving as the backend for TBD ads workflow app
http://jingle.prx.org
GNU Affero General Public License v3.0
0 stars 0 forks source link

Make local dotenv work #58

Closed cavis closed 7 years ago

cavis commented 7 years ago

Forever.

gcampo88 commented 7 years ago

oops, build failed!

** (UndefinedFunctionError) function Dotenv.load!/0 is undefined (module Dotenv is not available)
Dotenv.load!()
cavis commented 7 years ago

Oh right, that's only going to work in dev.

cavis commented 7 years ago

Okay, this should compile, but still produces a warning: function Dotenv.load!/0 is undefined in prod. Will think about how to work around that.