This page describes how to configure NAO Logger and NAO SDK when using the NAO Server default installation parameters.
In the .env file in the self-hosted install folders you used to deploy NAO Server, the server IP and port information are defined in the STORAGE_PUBLIC_ENDPOINT public variable.
Use setRootURL interface of the NAOServicesConfig object
NAOServicesConfig.setRootURL("https://<your server IP>:<port>/storage/ncpapps/")
[NAOServicesConfig setRootURL:@"https://<your server IP>:<port>/storage/ncpapps/"]
If you are using your private server, follow the “Use your private server” documentation (Android, iOS),