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

Change display URL format to single string #18

Open
RoiEXLab opened this issue Dec 18, 2018 · 0 comments
Open

Change display URL format to single string #18

RoiEXLab opened this issue Dec 18, 2018 · 0 comments
Milestone

Comments

@RoiEXLab
Copy link
Member

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

@RoiEXLab RoiEXLab added this to the 1.0.0 milestone Dec 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant