You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now all variables in the config are defined as System.get_env, which is compiled-time function. We need to use {:system, "key"} for variables to be run-time defined.