127.0.0.1

How can I change the host or host ip for StandAlone Server ? for public access
I received upon user registration test an email with such url …
“…
http://127.0.0.1:88/api/users/confirmation/88341398134090A7E045753E1E8D1A02693070B0C853D7E62C76506BE94443E2
…”
Thanks

Hi Burel,
You may change this property in your backendless.config file at installdir/apps/backendless/conf:


<server>
        ...
        <httpAddress>http://127.0.1.1:8080/api</httpAddress>

Works perfect …

Play Server needs restart

Thanks lot

P.S: installdir/apps/backendless/htdocs/conf/backendless.config right ?

Glad it helped!

Yes, backendless.config is the main server config file.