Remove `version` from server config info (#4885)

This commit is contained in:
philomathic_life 2024-08-22 19:42:30 +00:00 committed by GitHub
parent 65d11a9720
commit aa0fe7785a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -202,8 +202,7 @@ fn config() -> Json<Value> {
"gitHash": option_env!("GIT_REV"), "gitHash": option_env!("GIT_REV"),
"server": { "server": {
"name": "Vaultwarden", "name": "Vaultwarden",
"url": "https://github.com/dani-garcia/vaultwarden", "url": "https://github.com/dani-garcia/vaultwarden"
"version": crate::VERSION
}, },
"environment": { "environment": {
"vault": domain, "vault": domain,