Setting: vereinfacht_api_key public? false
Reduce exposure of API key; keep sensitive? true.
This commit is contained in:
parent
3cdaa75fc1
commit
1f21afeb72
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ defmodule Mv.Membership.Setting do
|
||||||
|
|
||||||
attribute :vereinfacht_api_key, :string do
|
attribute :vereinfacht_api_key, :string do
|
||||||
allow_nil? true
|
allow_nil? true
|
||||||
public? true
|
public? false
|
||||||
description "Vereinfacht API key (Bearer token)"
|
description "Vereinfacht API key (Bearer token)"
|
||||||
sensitive? true
|
sensitive? true
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue