Diff
Not logged in

Differences From:

File src/db.c part of check-in [c6a9e4ed41] - Convert the changes that support microsoft character sets so that they work (so that they are #ifdef-ed out) on other platforms. by drh on 2008-11-04 12:13:09. [view]

To:

File src/db.c part of check-in [02f09cdd6c] - Add the http-port setting used to specify the default TCP/IP port for the built-in webserver. Ticket 7168128e09. by drh on 2008-11-09 16:23:30. [view]

@@ -1290,8 +1290,11 @@
 **                     If undefined, the internal text diff will be used.
 **
 **    editor           Text editor command used for check-in comments.
 **
+**    http-port        The TCP/IP port number to use by the "server"
+**                     and "ui" commands.  Default: 8080
+**
 **    gdiff-command    External command to run when performing a graphical
 **                     diff. If undefined, text diff will be used.
 **
 **    localauth        If enabled, require that HTTP connections from
@@ -1321,8 +1324,9 @@
     "autosync",
     "diff-command",
     "editor",
     "gdiff-command",
+    "http-port",
     "localauth",
     "clearsign",
     "pgp-command",
     "proxy",