This repository was archived by the owner on Jul 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[prepped_data ]
2
- PREPPED_DATA_DIR = " /data"
2
+ PREPPED_DATA_DIR = ' /data'
3
3
4
4
[server_config ]
5
- TIFF_CACHE_DIR = " <some location to cache geotiffs>"
6
- REGIONAL_CACHE_DIR = " <some location to cache regional datasets>"
7
- DEBUG_MODE = " false"
8
- COG_THREADS = " 2 " # Optional, Number of threads to use when creating COGs (defaults to 1)
9
- TILE_SIZE = " 256" # Optional, tile block size to use (defaults to 256)
5
+ TIFF_CACHE_DIR = ' <some location to cache geotiffs>'
6
+ REGIONAL_CACHE_DIR = ' <some location to cache regional datasets>'
7
+ DEBUG_MODE = ' false'
8
+ COG_THREADS = ' 2 ' # Optional, Number of threads to use when creating COGs (defaults to 1)
9
+ TILE_SIZE = ' 256' # Optional, tile block size to use (defaults to 256)
10
10
11
11
[jwt_auth ]
12
12
# Enable JWT auth : bool true/false
13
13
JWT_ENABLED = false
14
14
# Which iss to validate for the JWTs?
15
- JWT_ISS = " https://issuer.com"
15
+ JWT_ISS = ' https://issuer.com'
16
16
# WKT JWKS endpoint where public key can be retrieved
17
- WKT_ENDPOINT = " https://issuer.com/.well-known/jwks.json"
17
+ WKT_ENDPOINT = ' https://issuer.com/.well-known/jwks.json'
You can’t perform that action at this time.
0 commit comments