Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Change display URL format to single string #18

@RoiEXLab

Description

@RoiEXLab

Currently the server expects this sort of config:

email: {
    display: {
      server: {
        protocol: 'http',
        host: 'localhost',
        port: 7654,
        baseurl: '',
      },
    },
},

It would be much better, if simply

email: {
    display: {
      server: 'http://localhost/'
    },
},

could be used instead, all we do is append the path anyways

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions