Skip to content

Commit

Permalink
Updated URL for Read The Docs
Browse files Browse the repository at this point in the history
Update URL
  • Loading branch information
monicacecilia committed May 9, 2016
1 parent c099fbf commit 49cf31c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grails-app/conf/DataSource.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ environments {
production {
dataSource {
dbCreate = "update"
// NOTE: Not to be used for production. Please see: http://webapollo.readthedocs.io/en/latest/Configure/
// NOTE: Not to be used for production. Please see: http://genomearchitect.readthedocs.io/en/latest/Configure/
// you should copy over sample-XXX-config.groovy
// url = "jdbc:h2:/tmp/prodDb;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE"
url = ""
Expand All @@ -77,7 +77,7 @@ environments {
}
// dataSource_chado {
// dbCreate = "update"
// // NOTE: Not to be used for production. Please see: http://webapollo.readthedocs.io/en/latest/Configure/
// // NOTE: Not to be used for production. Please see: http://genomearchitect.readthedocs.io/en/latest/Configure/
// // you should copy over sample-XXX-config.groovy
//// url = "jdbc:h2:/tmp/chadoProdDb;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE"
// url = ""
Expand Down

0 comments on commit 49cf31c

Please sign in to comment.