This is considered not very important. @gg_alsace told me that it was meant to work like that : first make your settings on your localhost.
Anyway, this screen might also disappear if we wish to make the registration automatically through the compose.yml.
$ docker run -ti --entrypoint bash cyclos/cyclos
root@780c934e3b9d:/usr/local/cyclos# rgrep localhost:8888
consent/index.html: var apiRoot="http://localhost:8888/consent";
pay/index.html: var apiRoot="http://localhost:8888/api";
This is considered not very important. @gg_alsace told me that it was meant to work like that : first make your settings on your localhost.
Anyway, this screen might also disappear if we wish to make the registration automatically through the `compose.yml`.
```bash
$ docker run -ti --entrypoint bash cyclos/cyclos
root@780c934e3b9d:/usr/local/cyclos# rgrep localhost:8888
consent/index.html: var apiRoot = "http://localhost:8888/consent";
pay/index.html: var apiRoot = "http://localhost:8888/api";
```
The image links to
localhost:8888
.This is considered not very important. @gg_alsace told me that it was meant to work like that : first make your settings on your localhost.
Anyway, this screen might also disappear if we wish to make the registration automatically through the
compose.yml
.