screepers/screeps-launcher

Set server password

Closed this issue · 2 comments

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 :)

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

Ok thank you :) I couldnt find this env variable anywhere in the documentation for the private server, sorry for asking.