Polymer: which file to set cuba.rest.anonymousEnabled = true?

Which configuration file do we set the following in Polymer client module:
cuba.rest.anonymousEnabled = true
I know in web client module the file is web-app.properties and in portal module the file is portal-app.properties.

Hi,

By default Polymer client connects to the REST API in web module. If you didn’t change api-url property of cuba-app element then you need to modify web-app.properties.

It worked. Thank you very much.