Enable initial admin account in example config
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 14 May 2017 14:00:11 +0000 (14:00 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 14 May 2017 14:00:11 +0000 (14:00 +0000)
The example etc/mudpy.yaml, intended for demonstration purposes,
only binds a listening socket on the loopback interface so shouldn't
be exposed remotely. As a result, turn on the configuration option
to enable elevating the account named "admin" to administrative
privileges automatically upon creation. This allows to run tests of
admin-specific commands with the example configuration.

Also rename the "testadmin" account used by the selftest to match
the name of the default for consistency, and rename test_config.yaml
to test_daemon.yaml reflecting its primary purpose (and also to open
the way for additional test configs as well).


No differences found