inada-s / zdxsv

Gundam vs. Zeta Gundam private game server
https://zdxsv.net
GNU Affero General Public License v3.0
10 stars 6 forks source link

Use environment variable instead of static config file #4

Closed inada-s closed 5 years ago

inada-s commented 5 years ago

Static config files (particularly local.toml, dev.toml) are not suitable for running on docker.

The settings written in the toml file should be changed to use environment variables so that they can be set freely when we run on docker.