mirror of
https://github.com/bitwarden/server.git
synced 2025-05-23 12:31:06 -05:00

This is a first pass at structure that will undoubtedly evolve. It's likely further systems will be identified and linked in as we go forward
9 lines
122 B
Plaintext
9 lines
122 B
Plaintext
!element server {
|
|
identity = container "Identity" {
|
|
tags "Auth"
|
|
}
|
|
sso = container "SSO" {
|
|
tags "Auth"
|
|
}
|
|
}
|