summaryrefslogtreecommitdiffstats
path: root/conf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'conf.rb')
-rwxr-xr-xconf.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/conf.rb b/conf.rb
index 1d84cee..66c67d4 100755
--- a/conf.rb
+++ b/conf.rb
@@ -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'")