Rocket_address rocket_port?

Hello my first post here.
I couldn’t find in the doc the meaning of ROCKET_ADDRESS and ROCKET_PORT.
Is there some official doc for the config, explaining it all?
Thx :slight_smile:

ps what is the difference of DOMAIN and ROCKET_ADDRESS ?
I can’t understand what DOMAIN means, since I use a reverse proxy giving already a domain for fetching the local address where vaultwarden service remains…

Regarding DOMAIN, see:

Regarding the ROCKET_, see:

Thx !! quite difficult to find these informations.
I use caddy as revers proxy doing so:
reverse_proxy → <ROCKET_ADDRESS>:<ROCKET_PORT>
is fine. I don’t know if it is the way to do…