mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2026-02-01 03:28:14 +00:00
* Generate config files and directories with CMake CMake >= 3.13 required due to 'https://cmake.org/Bug/view.php?id=14444' * Update CI pipeline
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
[renderd]
|
|
pid_file=@RENDERD_PIDFILE@
|
|
socketname=@RENDERD_SOCKET@
|
|
stats_file=@RENDERD_RUN_DIR@/renderd.stats
|
|
tile_dir=@RENDERD_TILE_DIR@
|
|
|
|
[mapnik]
|
|
font_dir=@MAPNIK_FONTS_DIR@
|
|
font_dir_recurse=@MAPNIK_FONTS_DIR_RECURSE@
|
|
plugins_dir=@MAPNIK_PLUGINS_DIR@
|