Where does shopware store the address for shopping store which is set upon store setup?

Where does Shopware store the info for physical address on backend of store which is set when setting up a new store?

Thanks. 

Also is there some good resource online which tells about the structure of Shopware. 

Hi,

are you looking for this?

It is stored in s_core_config_values.

Daniel

Thank you for the response I want to know where thisValue / address Entered is stored in backend / database. I need to call this in a plug-in I am making. 

@ Daniel Nögel wrote:

Hi,

are you looking for this?

It is stored in s_core_config_values.

Daniel

Hi,

as mentioned above it is stored in “s_core_config_values”. The default value (if no explicit value is set) comes from “s_core_config_elements”.

Best regards,

Daniel

Thank you guys.