Hello @marcinekno5200
Trust you are doing well,
You need to run the following query in your Magento database so you will get all store URLs.
SELECT * FROM `core_config_data` WHERE `path` = 'web/secure/base_url'
SELECT * FROM `core_config_data` WHERE `path` = 'web/unsecure/base_url'
Hope this helps you,
Problem solved? Hit the Kudos button and "Accept it as Solution"