Skip to content

Commit c64738d

Browse files
committed
add ms.conf
1 parent 429d3da commit c64738d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docker/data/ms.conf

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# MapServer 8.0 Config File
2+
CONFIG
3+
4+
# Environment variables (see https://mapserver.org/environment_variables.html)
5+
ENV
6+
7+
# Proj Library
8+
PROJ_DATA "/usr/local/share/proj/"
9+
10+
# OGC API
11+
OGCAPI_HTML_TEMPLATE_DIRECTORY "/usr/local/share/mapserver/ogcapi/templates/html-bootstrap4/"
12+
END
13+
14+
# Map Aliases
15+
MAPS
16+
# TEST_MAPFILE "/opt/mapserver/test/test.map"
17+
END
18+
19+
END

0 commit comments

Comments
 (0)