Changeset 607 for trunk/grails-app/conf/Config.groovy
- Timestamp:
- Jun 22, 2010, 11:44:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r604 r607 389 389 /** 390 390 * Custom application global settings. 391 * @todo: externalise these settings to a config file (along with the database settings) or have them configurable via the web interface+database. 391 392 */ 392 393 taskRecurringScheduleJob.repeatInterval=10 393 // Example: ['EUR', 'XCD', 'USD', 'XOF', 'NOK', 'AUD', 'XAF', 'NZD', 'MAD', 'DKK', 'GBP', 'CHF', 'XPF', 'ILS', 'ROL', 'TRL']394 currencyList = [' AUD']395 394 // It is recommended to limit the currencyList to the one that the site uses e.g: currencyList = ['AUD'] 395 currencyList = ['EUR', 'XCD', 'USD', 'XOF', 'NOK', 'AUD', 'XAF', 'NZD', 'MAD', 'DKK', 'GBP', 'CHF', 'XPF', 'ILS', 'ROL', 'TRL'] 396
Note: See TracChangeset
for help on using the changeset viewer.