Skip to content

Commit 0488d6e

Browse files
author
Jan Rochel
committed
fix syntax of standard configuration file
In XML nested comments are not permitted.
1 parent bc0ae8b commit 0488d6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/files/ocsigenserver.conf.in

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,9 @@
3030
</extension>
3131
-->
3232

33-
<!--
33+
<!-- the database-tag and its attributes are all optional
3434
<findlib path="_LIBDIR_"/>
3535
<extension findlib-package="ocsigenserver.ext.ocsipersist-pgsql">
36-
<!-- the database-tag and its attributes are all optional -->
3736
<database
3837
host="localhost"
3938
port="3000"

0 commit comments

Comments
 (0)