This website requires JavaScript.
Explore
Help
Sign In
TheArchive
/
zitadel
Watch
1
Star
0
Fork
0
You've already forked zitadel
mirror of
https://github.com/zitadel/zitadel.git
synced
2024-12-13 19:44:21 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3b36a0138
zitadel
/
internal
/
notification
/
channels
/
fs
/
config.go
8 lines
79 B
Go
Raw
Normal View
History
Unescape
Escape
feat: add stdout and filesystem notification channels (#2925) * feat: add filesystem and stdout notification channels * configure through env vars * compile * feat: add compact option for debug notification channels * fix channel mock generation * avoid sensitive information in error message Co-authored-by: Livio Amstutz <livio.a@gmail.com> * add review improvements Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-01-06 08:00:24 +00:00
package
fs
refactor: rename config structs (#5459)
2023-03-16 17:24:30 +00:00
type
Config
struct
{
feat: add stdout and filesystem notification channels (#2925) * feat: add filesystem and stdout notification channels * configure through env vars * compile * feat: add compact option for debug notification channels * fix channel mock generation * avoid sensitive information in error message Co-authored-by: Livio Amstutz <livio.a@gmail.com> * add review improvements Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-01-06 08:00:24 +00:00
Enabled
bool
Compact
bool
feat: complete dynamic domain handling (#3482) * feat: dynamic issuer * feat: default language from context * remove zitadel docs from defaults * remove ConsoleOverwriteDir * remove notification endpoints from defaults * custom domains in emails * remove (external) domain * external domain completely removed, console handling fixed * fix test * fix defaults.yaml
2022-04-25 09:16:36 +00:00
Path
string
feat: add stdout and filesystem notification channels (#2925) * feat: add filesystem and stdout notification channels * configure through env vars * compile * feat: add compact option for debug notification channels * fix channel mock generation * avoid sensitive information in error message Co-authored-by: Livio Amstutz <livio.a@gmail.com> * add review improvements Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2022-01-06 08:00:24 +00:00
}
Reference in New Issue
Copy Permalink