In the README and .env.example you have RUST_STARTUP_ARGUMENTS listed as the argument but in the start.sh you have get_var "SERVER_STARTUP_ARGUMENTS" so unless you have in your .env file SERVER_ and not RUST_ the additional arguments won't work.
Didn't want to do a PR cause I don't know what you actually want but update the docs for the proper .env value or the script to read the proper RUST_ .env value.
Thanks
In the README and .env.example you have RUST_STARTUP_ARGUMENTS listed as the argument but in the start.sh you have
get_var "SERVER_STARTUP_ARGUMENTS"so unless you have in your .env file SERVER_ and not RUST_ the additional arguments won't work.Didn't want to do a PR cause I don't know what you actually want but update the docs for the proper .env value or the script to read the proper RUST_ .env value.
Thanks