How to change hostname

Hi,

I am wondering how to change the hostname of a backendless standalone installation. It was intitial the IP address, but sending out the email confirmation emails with the IP address doesn’t look good and interferes with the current SSL setup on the server. How do I go about changing this? I have a domain setup pointing to the IP address and it works fine, but I need the backendless system internal to use this domain instead of the IP address.

Chad.

Hi Chad,

Maybe this documentation topic will be helpful?
https://wiki.bitnami.com/Applications/Bitnami_Standalone_Backendless#How_to_change_the_URL.3f

Cheers, Artur.

Hi Chad,

you can change the hostname in
/Applications/backendless-3.0.0-19/apps/backendless/htdocs/conf/backendless.config
by changing appropriate fields in config file:

<server> 
        <ipHeader>X-Real-IP</ipHeader> 
        <httpAddress>https://your-server-host-address</httpAddress>

Regards,
Stanislav