-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbes.conf
53 lines (39 loc) · 2.04 KB
/
bes.conf
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
BES.ServerAdministrator=admin.email.address@your.domain.name
BES.User=user_name
BES.Group=group_name
BES.LogName=./bes.log
BES.LogVerbose=no
BES.modules=dap,cmd,s3,dmrpp,fonc
BES.module.dap=/home/slloyd/git/hyrax_cmake/bes/dap/.libs/libdap_module.so
BES.module.cmd=/home/slloyd/git/hyrax_cmake/bes/xmlcommand/.libs/libdap_xml_module.so
BES.module.dmrpp=/home/slloyd/git/hyrax_cmake/bes/modules/dmrpp_module/.libs/libdmrpp_module.so
BES.module.s3=/home/slloyd/git/hyrax_cmake/bes/modules/s3_reader/.libs/libs3_reader.so
BES.module.fonc=/home/slloyd/git/hyrax_cmake/bes/modules/fileout_netcdf/.libs/libfonc_module.so
BES.Catalog.catalog.RootDirectory=/home/slloyd/git/hyrax_cmake/bes/modules/s3_reader
BES.Data.RootDirectory=/dev/null
BES.Catalog.catalog.TypeMatch+=dmrpp:.*\.dmrpp(\.gz|\.bz2|\.Z)?$;
BES.Catalog.catalog.Include=;
BES.Catalog.catalog.Exclude=^\..*;
BES.UncompressCache.dir=/home/slloyd/git/hyrax_cmake/bes/modules/s3_reader/tests/cache
BES.UncompressCache.prefix=un_
BES.UncompressCache.size=500
Http.MimeTypes=nc:application/x-netcdf
Http.MimeTypes+=h4:application/x-hdf
Http.MimeTypes+=h5:application/x-hdf5
Http.Cache.dir=/home/slloyd/git/hyrax_cmake/bes/modules/s3_reader/tests/cache
Http.Cache.prefix=s3_
Http.Cache.size=500
#-----------------------------------------------------------------------#
# #
# Data Handler Specific key/value parameters #
# #
#-----------------------------------------------------------------------#
# Inject Data URLs into the dmr++ documents.
S3.inject_data_urls=true
AllowedHosts = ^https?://localhost:8080/.*$
AllowedHosts += ^https?://test.opendap.org/.*$
AllowedHosts += ^https:\/\/s3\.amazonaws\.com\/cloudy(open)?dap\/.*$
AllowedHosts += ^https:\/\/cmr\.earthdata\.nasa\.gov\/.*$
# For this to work with the DMR++ documents, we will have to modify the
# RemoteResource code in the http library. jhrg 10/20/22
CredentialsManager.config = ENV_CREDS