Find site main url in its database

Hello,

I am currently tring to link as properly as possible a data crawler (Adminer, an OpenSource software) with the database created by Frappe.

For ease of use I would like to show the related website in bracket on the right of the database name.
image

It won’t be a problem to do so if I can find the url somewhere in the database, but in Frappe the url seems to be only found by using frappe.local.conf, which use the data in site_config.json.

Do anyone know where in the database I could find it ?

You can add a custom field somewhere and store it there? You’ve to populate the field manually.

Or alternatively use default company name to know which company’s database you’re looking into, as site url can change and you’ve to update custom field manually.

Thank you, I will look for either of those. Default company seems easier.
Didn’t think about looking for it instead of the url.