Astarte.DataAccess.Config.template

You're seeing just the function template, go back to Astarte.DataAccess.Config module for more information.
Link to this function

template(filename, options \\ [])

View Source

Specs

template(Path.t(), keyword()) :: :ok | {:error, File.posix()}

Creates a template for OS environment variables given a filename. Additionally, it can receive a list of options:

  • type: What kind of file it will generate (:elixir, :unix, :windows).
  • namespace: Namespace for the variables.