2013-03-19 17:03:00
Topic starter
I know there's some config file that I can edit to start the server in a mode where the labels appear as their fully qualified name.
Instead of 'Item Name', it shows meta.field.ItemName.
What file and what element within that file do I need to edit?
install/setup/InstanceConfig.xml:
change
<RunMode>production</RunMode>
to
<RunMode>development</RunMode>