Skip to content

Commit 2258c7f

Browse files
committed
fix inconsistency in config
1 parent a32ddb8 commit 2258c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/pg_featureserv.toml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ WriteTimeoutSec = 30
6969
# FunctionIncludes = [ "postgisftw", "schema2" ]
7070

7171
# Designate a column as the feature ID (where primary key is not available e.g. views/functions)
72-
IdColumn = "id"
72+
# IdColumn = "id"
7373

7474
[Paging]
7575
# The default number of features in a response

0 commit comments

Comments
 (0)