diff options
Diffstat (limited to 'conf.rb')
-rwxr-xr-x | conf.rb | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,9 +6,9 @@ MySQL = { "host" => "localhost", } $RepBase = "" -$Titre = "RuDynFrame" -$Commentaires = true +$Titre = "TPE - La conservation par le sucre" +$Commentaires = false -$db = DBI.connect("DBI:Mysql:" + MySQL["db"] + ":" + MySQL["host"], MySQL["user"], MySQL["passwd"]) +$db = DBI.connect("DBI:Pg:" + MySQL["db"] + ":" + MySQL["host"], MySQL["user"], MySQL["passwd"]) $db.execute("SET NAMES 'utf8'") -$db.execute("SET lc_time_names = 'fr_FR'") +#$db.execute("SET lc_time_names = 'fr_FR'") |