Set server password
Closed this issue · 2 comments
amaennel commented
Hi,
is there currently a way to set the password of the private server ? I have found no option for that in the examples nor in the config loading code.
Thanks :)
AlinaNova21 commented
Just set it in the ENV variables, although be aware the server password makes it harder to use any API tools
# config.yml
env:
backend:
SERVER_PASSWORD: password
amaennel commented
Ok thank you :) I couldnt find this env variable anywhere in the documentation for the private server, sorry for asking.