blob: 0ae33249237b97aff8062993fe6a6d6ac921aec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[general]
; Lines starting by ; are commented lines.
;
; Network capabilities disabled by default.
; Can be overriden with the PROJ_NETWORK=ON environment variable.
; network = on
; Can be overriden with the PROJ_NETWORK_ENDPOINT environment variable.
cdn_endpoint = https://cdn.proj.org
cache_enabled = on
cache_size_MB = 300
cache_ttl_sec = 86400
|