Actions
Support #776
closeddefining Google API key
Start date:
04/01/2011
Due date:
% Done:
0%
Estimated time:
Description
Does anybody have an example wt_config.xml file that defines the google_api_key property?
Thanks!
Updated by Koen Deforche over 13 years ago
Hey,
This would be a minimal wt_config.xml file that sets a key:
<server>
<application-settings location="*">
<properties>
<property name="google_api_key">ABQIAAAA...</property>
</properties>
</application-settings>
</server>
Updated by Koen Deforche over 13 years ago
- Status changed from Resolved to Closed
Actions