Skip to content

Instantly share code, notes, and snippets.

@mlist
Created April 8, 2014 12:15
Show Gist options
  • Save mlist/10115803 to your computer and use it in GitHub Desktop.
Save mlist/10115803 to your computer and use it in GitHub Desktop.
MIRACLE example configuration
dataSource {
driverClassName = 'com.mysql.jdbc.Driver'
url = 'jdbc:mysql://localhost/miracle'
username = 'miracle'
password = 'rppa4ever'
dbCreate = 'update'
pooled = true
properties {
maxActive = -1
minEvictableIdleTimeMillis=1800000
timeBetweenEvictionRunsMillis=1800000
numTestsPerEvictionRun=3
testOnBorrow=true
testWhileIdle=true
testOnReturn=true
validationQuery="SELECT 1"
}
}
grails.logging.jul.usebridge = true
upload.directory = "/upload/"
openseadragon.tilesFolder = "/upload/tiles/"
grails.serverURL = 'http://localhost:8080/MIRACLE'
shiny.heatmap = "http://localhost:3838/miracle.heatmap/"
shiny.batch.analysis = "http://localhost:3838/shiny.batch.analysis/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment