Server needs a configuration file

Issue #31 new
Harry Reeder created an issue

The server should have a configuration file for storing things such as DB location and authentication method.

Comments (3)

  1. Harry Reeder reporter

    I can take this on if wanted, though the main decision is an architectural one - do we want to use a .py file or do we want to use Python's configparser and an .ini file?

  2. Harry Reeder reporter

    After discussion on IRC we're going to look at using YAML for config. Self-Assigning.

  3. Log in to comment