pythonnz / chat

NZPUG's chat server: https://chat.python.nz
1 stars 1 forks source link

Rebase config on top of new config / update deprecated otions #18

Closed iokiwi closed 4 years ago

iokiwi commented 4 years ago

Going to take a brand new auto generated config and port values across, replacing deprecated options as I go.

For example

Old/Current config:

# The trusted servers to download signing keys from.
perspectives:
  servers:
    "matrix.org":
      verify_keys:
        "ed25519:auto":
          key: "Noi6WqcDj0QmPxCNQqgezwTlBKrfqehY1u2FyWP9uYw"

New config:

# This setting supercedes an older setting named `perspectives`. The old format
# is still supported for backwards-compatibility, but it is deprecated.
#
trusted_key_servers:
  - server_name: "matrix.org"
iokiwi commented 4 years ago

Done, have ported current configuration to new settings template - replacing deprecated settings.