sounds safer to use another (pgsql) username to manage the local database
[sfa.git] / config / default_config.xml
index 0edfd48..10471bc 100644 (file)
@@ -200,6 +200,12 @@ Thierry Parmentelat
       <description>The settings that tell this SFA instance where to find its database. You can essentially leave this as-is unless you plan on hosting your data on some other box.</description>
 
       <variablelist>
+       <variable id="enabled" type="boolean">
+         <name>Enabled</name>
+         <value>true</value>
+         <description>Enable the database server on this machine.</description>
+       </variable>
+
        <variable id="host" type="hostname">
          <name>Database host</name>
          <value>localhost</value>
@@ -214,7 +220,7 @@ Thierry Parmentelat
 
        <variable id="user" type="string">
          <name>Database user</name>
-         <value>pgsqluser</value>
+         <value>sfadbuser</value>
          <description>When SFA gets co-hosted with a myplc, this should match the PLC config.</description>
        </variable>