solero / houdini

A Club Penguin private server written in Python 3
https://houdini.readthedocs.io/
MIT License
281 stars 54 forks source link

Move config.py to config.py.sample #1

Closed Spydar007 closed 5 years ago

Spydar007 commented 5 years ago

It is better to have the default config at a different name to the one used by the server so that we can safely modify the config without committing potentially sensitive data to the repo.

This adds an extra step because users will have to copy the file before using the server, but everyone using this should be capable of doing that.

This also means that if a user makes a mistake and needs to start their config over, it is easy for them to just copy the sample again.

ben-pearce commented 5 years ago

Agreed, this also makes local changes much easier to deal with.

Merged to master in 8957ce53ec4b1b285105ca9d7fbf2bd9adcbf381.