At the root of your project, create a directory called config
mkdir config
Create a new configuration file called config/config.exs, it
will contain your configuration.
touch config/config.exs
Edit the file and add this content. import Config will import
the Config module and all the meta-function. Next, the
config/3(opens new window)
keyword offers the possibility to associate key/value to an
application.