Track bulk upload

I tried to use /home/admin/libretime/analyzer/tools/ftp-upload-hook.sh for track buld upload. But I see these lines in the script:

airtime_conf_path=/etc/libretime/config.yml
http_path=$(grep base_url ${airtime_conf_path} | awk '{print $3;}')
http_port=$(grep base_port ${airtime_conf_path} | awk '{print $3;}')

But neither base_url or base_port are in my config.yml.

However i can see the line:

public_url: http://3.126.249.6:8080

That contains the needed information.

Regards
Hakan