- Timestamp:
- May 22, 2011, 12:29:29 AM (13 years ago)
- Location:
- branches/features/purchaseOrders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/features/purchaseOrders
- Property svn:ignore
-
old new 1 1 *.log* 2 2 *.war 3 *.iml 4 *.ipr 5 *.iws 3 6 target 7 out 4 8 .directory 5 6 *.iml
-
- Property svn:mergeinfo changed
/trunk merged: 921-923,932-936,939-941
- Property svn:ignore
-
branches/features/purchaseOrders/grails-app/conf/Config.groovy
r924 r942 10 10 // grails.config.locations << "file:" + System.properties["${appName}.config.location"] 11 11 // } 12 13 // Local config file (development) otherwise try the classpath (production). 14 if(new File("${appName}-config.groovy").exists()) 15 grails.config.locations = [ "file:${appName}-config.groovy" ] 16 else 17 grails.config.locations = [ "classpath:${appName}-config.groovy" ] 12 18 13 19 // Set false due to acegi security issue. … … 81 87 * Basic log levels are ALL < TRACE < DEBUG < INFO < WARN < ERROR < FATAL < OFF 82 88 */ 83 84 89 log4j = { 85 90 appenders { … … 404 409 ] 405 410 ] 406 407 /**408 * Custom application global settings.409 * @todo: externalise these settings to a config file (along with the database settings) or have them configurable via the web interface+database.410 */411 taskRecurringScheduleJob.repeatInterval=10412 // It is recommended to limit the currencyList to the one that the site uses e.g: currencyList = ['AUD']413 currencyList = ['EUR', 'XCD', 'USD', 'XOF', 'NOK', 'AUD', 'XAF', 'NZD', 'MAD', 'DKK', 'GBP', 'CHF', 'XPF', 'ILS', 'ROL', 'TRL']414
Note: See TracChangeset
for help on using the changeset viewer.