-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.cfg
More file actions
64 lines (58 loc) · 1.82 KB
/
config.cfg
File metadata and controls
64 lines (58 loc) · 1.82 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[App]
key=fishfishfish
debug=True
host=0.0.0.0
extra_path=~/code_path
result_dir=~/data/
result_url=
secret_key=YouMustChangeThisValueToSomething.
token_duration=3600
cors_origin=*
bounding_box=MULTIPOLYGON (((-175 -12,-179.99999 -12,-179.99999 -20,-175 -20,-175 -12)), ((175 -12,179.99999 -12,179.99999 -20,175 -20,175 -12)))
require_auth=False
[Database]
host=localhost
port=5432
user=postgres
password=postgres
database=datacube
[Git]
url=https://github.com/SatelliteApplicationsCatapult/odc-hub.git
repo_dir=~/odc-hub
interesting_dir=todeploy
branch=master
[AWS]
bucket=public-eo-data
access_key_id=SET THIS TO YOUR ACTUAL VALUE USING ENV VARS
secret_access_key=SET THIS TO YOUR ACTUAL VALUE USING ENV VARS
end_point=
region=eu-west-2
path_prefix=cubequery-output
[Log_Stash]
enabled=true
host=10.21.12.13
port=5959
version=1
[Redis]
url=redis://localhost:6379/
[Boundaries]
projects = {
'fiji': {
'value': "Fiji",
'center': [-17.5, 178.5],
'bounds':
"MULTIPOLYGON (((-175 -12,-179.99999 -12,-179.99999 -20,-175 -20,-175 -12)), ((175 -12,179.99999 -12,179.99999 -20,175 -20,175 -12)))",
},
'vanuatu': {
'value': "Vanuatu",
'center': [-17.5, 168.5],
'bounds':
"POLYGON((159.08203125000003 -23.88583769986199,175.56152343750003 -23.88583769986199,175.56152343750003 -11.350796722383672,159.08203125000003 -11.350796722383672,159.08203125000003 -23.88583769986199))",
},
'solomon': {
'value': "Solomon Islands",
'center': [-8.5, 159.5],
'bounds':
"POLYGON((147.26074218750003 -12.683214911818654,163.52050781250003 -12.683214911818654,163.52050781250003 -2.767477951092084,147.26074218750003 -2.767477951092084,147.26074218750003 -12.683214911818654))",
},
}