mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
8 lines
158 B
Elixir
8 lines
158 B
Elixir
defmodule FzHttp.Encrypted.Binary do
|
|
@moduledoc """
|
|
Configures how to encrpyt Binaries to the DB.
|
|
"""
|
|
|
|
use Cloak.Ecto.Binary, vault: FzHttp.Vault
|
|
end
|