Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use config/ to define the server host #9

Closed
yzaguirre opened this issue Sep 25, 2016 · 1 comment
Closed

Use config/ to define the server host #9

yzaguirre opened this issue Sep 25, 2016 · 1 comment

Comments

@yzaguirre
Copy link

I don't know if its possible to setup https within the project but I'm doing it through Apache2 proxy. It works fine until the emails sent have the wrong link.

The verification and removal link that arrives vía email always says:
http://localhost:8888
but the ideal link should be
https://keys.mydomain
Can you make the host or baseUrl configurable in config/ directory?

@shuffle2
Copy link

shuffle2 commented Apr 22, 2017

This is done, in config just add:

origin: {
  protocol: "https",
  host: "keys.mydomain"
},

Issue should be closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants