Registration server

HI Team,

I am setting up mozilla registration server but getting 500 error for
https://api.synk.xyz:8443/subscribe?name=rajanaa&email=a@x.mnn

can anyone tell me where should I setup mysql. on docker or host?
what should be the db_path = for mysql?
how can I check log of registration server?

Regards,
Rajan.

You can set up MySQL anywhere you want, as long as your registration server can reach it. The configuration should look like this:

db_path = "mysql://<username>:<password>@<hostname>/<database>"

Replace <username>, <password>, <hostname>, and <database> with their respective values.

1 Like