Changeset 1130
- Timestamp:
- Nov 12, 2010, 3:10:07 PM (12 years ago)
- Location:
- trunk/grails-app/conf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r1129 r1130 69 69 CommunicationManager.registerRestWrapperMethodsGSCFtoSAM() 70 70 } 71 nbx14{71 dbnp-test { 72 72 // used by build script 73 73 grails.serverURL = "http://test.dbnp.org" … … 76 76 CommunicationManager.registerRestWrapperMethodsGSCFtoSAM() 77 77 } 78 d emo {78 dbnp-demo { 79 79 // used by build script 80 80 grails.serverURL = "http://demo.dbnp.org" -
trunk/grails-app/conf/DataSource.groovy
r1127 r1130 47 47 } 48 48 } 49 nbx14{49 dbnp-test { 50 50 dataSource { 51 51 dbCreate = "update" … … 55 55 // PostgreSQL 56 56 driverClassName = "org.postgresql.Driver" 57 url = "jdbc:postgresql://localhost:5432/gscf- nbx14"57 url = "jdbc:postgresql://localhost:5432/gscf-test" 58 58 dialect = org.hibernate.dialect.PostgreSQLDialect 59 59 //logSql = true // enable logging while not yet final 60 60 } 61 61 } 62 d emo {62 dbnp-demo { 63 63 dataSource { 64 64 dbCreate = "update"
Note: See TracChangeset
for help on using the changeset viewer.