Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#95 allow user to choose timezone #104

Merged
merged 7 commits into from
Sep 14, 2015
Prev Previous commit
Next Next commit
disabled SQL logging in development
  • Loading branch information
jmiranda committed Sep 14, 2015
commit c3c014614089ae9e2696587ee1ae73a62a499158
6 changes: 3 additions & 3 deletions grails-app/conf/DataSource.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ environments {
dataSource {
//dbCreate = "update"
url = "jdbc:mysql:https://localhost:3306/openboxes_dev?autoReconnect=true&zeroDateTimeBehavior=convertToNull&sessionVariables=storage_engine=InnoDB"
loggingSql = true
format_sql = true
use_sql_comments = true
loggingSql = false
format_sql = false
use_sql_comments = false
}
}
test {
Expand Down