Skip to content

Instantly share code, notes, and snippets.

View rlovtangen's full-sized avatar

Ronny Løvtangen rlovtangen

View GitHub Profile
dataSource {
username = "todo"
password = "todo!"
dbCreate = "update"
url = "jdbc:mysql://localhost/todo"
dialect = org.hibernate.dialect.MySQL5InnoDBDialect
driverClassName = "com.mysql.jdbc.Driver"
properties {
maxActive = 50
maxIdle = 25
ronny@ronnymac:~/git/github/rlovtangen/grails-core$ cat .git/config
[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = git@github.com:rlovtangen/grails-core.git