EvEmu-Project / evemu_Crucible

Emulator for EvE Online's Crucible expansion
https://evemu.dev
170 stars 66 forks source link

Allow server to be configured via .env vars #218

Closed Valkyrien04 closed 1 year ago

Valkyrien04 commented 1 year ago

current server environment variables should be the same as the hardcoded vars from before, but moving them onto env vars with defaults allows server operators to set the options as needed without those options being overwritten on a server update. This also makes them easier to change when using popular docker tools like portainer to run the server.

jdhirst commented 1 year ago

@Valkyrien04 Looks good to me, thanks for the contribution!