add missing variable spec

This commit is contained in:
Guido Grazioli 2022-05-18 10:05:34 +02:00
commit 281767f505
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
2 changed files with 5 additions and 0 deletions

View file

@ -240,3 +240,7 @@ argument_specs:
default: '%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%c] (%t) %s%e%n'
type: "str"
description: "Set a format specific to file log entries"
keycloak_quarkus_proxy_mode:
default: 'edge'
type: "str"
description: "The proxy address forwarding mode if the server is behind a reverse proxy"