gamemann / Rust-Auto-Wipe

A Go application for Rust game servers operating with Pterodactyl that automatically wipes server(s) based off of cron jobs.
https://moddingcommunity.com/files/view/4-rust-auto-wipe/
MIT License
24 stars 1 forks source link

question regarding auto adding servers and raw.conf #1

Open fheinis opened 1 year ago

fheinis commented 1 year ago

when i run the program with -l it prints out the cofig correctly with the 2 servers listed on the end however in the actual raw.conf file i only see the top leve config not the servers it shows null there is this the correct behaviour ?

gamemann commented 1 year ago

Hey! When servers are added via the Pterodactyl API, they aren't inserted into the config.

For overrides in server settings added from the API, you may use Pterodactyl egg/environmental variables.

https://github.com/gamemann/Rust-Auto-Wipe#environmental-overrides-with-auto-added-servers

I hope the above helps!