Changeset 1431
- Timestamp:
- Jan 21, 2011, 9:31:31 PM (12 years ago)
- Location:
- trunk/src/java
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/java/config-ci.properties
r1430 r1431 6 6 7 7 # server URL 8 grails.serverURL = "http://ci.nmcdsp.org"8 grails.serverURL=http://ci.nmcdsp.org 9 9 10 10 # DATABASE -
trunk/src/java/config-dbnpdemo.properties
r1430 r1431 6 6 7 7 # server URL 8 grails.serverURL = "http://demo.dbnp.org"8 grails.serverURL=http://demo.dbnp.org 9 9 10 10 # DATABASE -
trunk/src/java/config-dbnptest.properties
r1430 r1431 6 6 7 7 # server URL 8 grails.serverURL = "http://test.dbnp.org"8 grails.serverURL=http://test.dbnp.org 9 9 10 10 # DATABASE -
trunk/src/java/config-development.properties
r1430 r1431 6 6 7 7 # server URL 8 grails.serverURL= "http://localhost:8080/${appName}"8 grails.serverURL=http://localhost:8080/gscf 9 9 10 10 # DATABASE -
trunk/src/java/config-nmcdsptest.properties
r1430 r1431 6 6 7 7 # server URL 8 grails.serverURL = "http://test.nmcdsp.org"8 grails.serverURL=http://test.nmcdsp.org 9 9 10 10 # DATABASE -
trunk/src/java/config-production.properties
r1430 r1431 6 6 7 7 # server URL 8 grails.serverURL = "http://www.nmcdsp.org"8 grails.serverURL=http://www.nmcdsp.org 9 9 10 10 # DATABASE -
trunk/src/java/config-test.properties
r1430 r1431 6 6 7 7 # server URL 8 grails.serverURL= "http://localhost:8080/${appName}"8 grails.serverURL=http://test.nmcdsp.org 9 9 10 10 # DATABASE -
trunk/src/java/config-www.properties
r1430 r1431 6 6 7 7 # server URL 8 grails.serverURL = "http://www.nmcdsp.org"8 grails.serverURL=http://www.nmcdsp.org 9 9 10 10 # DATABASE
Note: See TracChangeset
for help on using the changeset viewer.