snowflake
snowflake copied to clipboard
import Config instead of the deprecated Mix.Config
use Mix.Config
is deprecated and in development causes a warning. This PR replaces it with the new import Config