]> matita.cs.unibo.it Git - helm.git/commitdiff
removed no longer needed password from connection string
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 1 Apr 2004 17:06:27 +0000 (17:06 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 1 Apr 2004 17:06:27 +0000 (17:06 +0000)
helm/gTopLevel/gTopLevel.conf.xml.sample

index 1b3836c70a0348862e2b83e63aaee6bb48a5e06d..b183b78c5c8868b9f21054e848ced1f45aa199e7 100644 (file)
@@ -13,7 +13,7 @@
   <!-- From now on it is unlikely that something needs to be changed -->
   <section name="mathql_interpreter">
    <key name="db_map">mathql_db_map.txt</key>
-   <key name="postgresql_connection_string">dbname=mowgli host=mowgli.cs.unibo.it user=helm password=awH21Un</key>
+   <key name="postgresql_connection_string">dbname=mowgli host=mowgli.cs.unibo.it user=helm</key>
    <!-- flags is a string of the following characters:         -->
    <!-- "P", "Q", "R", "S", "T", "W"                           -->
    <!-- P selects the PostgreSQL database                      -->