Changeset 607


Ignore:
Timestamp:
Jun 22, 2010, 11:44:06 AM (14 years ago)
Author:
gav
Message:

Update default currencyList setting to include a few common currencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/Config.groovy

    r604 r607  
    389389/**
    390390 * 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.
    391392 */
    392393taskRecurringScheduleJob.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']
     395currencyList = ['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.