weave v2.0.0 Weave.Loaders.File

This loader will attempt to consume files located within a configured directory. The directory must be cofigured as:

config :weave, file_directory: "/some/path"

With the above configuration, any files in /some/path will be sent to the handler. Please note, the filenames will be “sanitized” before being sent to the handler.

This means “/some/path/my_DB_password” will become “my_db_password”

Summary

Functions

load_configuration()
load_configuration() :: :ok

Callback implementation for Weave.Loader.load_configuration/0.