-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathapp.config
More file actions
90 lines (75 loc) · 3.07 KB
/
Copy pathapp.config
File metadata and controls
90 lines (75 loc) · 3.07 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
//---------------------------------------------
// adjustable application runtime properties
//---------------------------------------------
/* BuildMajor, BuildMinor, BuildRev, BuildNumber are not used for the Firefly library and should be 0 */
BuildMajor = 0
BuildMinor = 0
BuildRev = 0
BuildNumber = 0
BuildType = "Final"
__$useReactCompiler=false
work.directory = ""
stats.log.dir = '${sys:catalina.base}/logs/statistics'
alerts.dir = ""
ignore.auth=true
/* keep vis.shared.mem.size small if pct is used */
pct.vis.shared.mem.size = 0.25
vis.shared.mem.size = "100M"
ehcache.peerDiscovery="MultiCast"
ehcache.multicast.ttl = 1
ehcache.multicast.address = "239.255.0.1"
sso.server.url = "https://irsa.ipac.caltech.edu/account/"
sso.user.profile.url = "https://irsa.ipac.caltech.edu/account/uman/uman.html//id=profile"
__$help.base.url = "onlinehelp/"
visualize.fits.MaxSizeInBytes= 21474836480
visualize.fits.search.path = "/irsadata"
visualize.fits.Security= true
// ehcache.xml env sensitive properties
// ehcahe replication port; suggest 4015-local, 5015-dev, 6015-test, 7015-ops, 7515-ops_int
ehcache.multicast.port = "7015"
/* ------------------------ IRSA services --------------------------------- */
GatorHost = "https://irsa.ipac.caltech.edu"
irsa.base.url = "https://irsa.ipac.caltech.edu"
irsa.gator.dd.hostname = "https://irsa.ipac.caltech.edu"
irsa.gator.hostname = "https://irsa.ipac.caltech.edu"
irsa.moc.list.path = "/data/hips/irsa_moc.list"
//MOST (moving object - precovery - search) host
most.host = "https://irsasearchops.ipac.caltech.edu/cgi-bin/MOST/nph-most"
// IRSA Periodogram API
irsa.gator.service.periodogram.url = "https://irsa.ipac.caltech.edu/cgi-bin/periodogram/nph-periodogram_api"
// IRSA hips map access: from "file" or from "url" && hips url
irsa.hips.masterUrl="https://irsa.ipac.caltech.edu/data/hips/list"
/* ----------------------------------------------------------------------- */
wise.ibe.host = "https://irsa.ipac.caltech.edu/ibe"
twomass.ibe.host = "https://irsa.ipac.caltech.edu/ibe"
ztf.ibe.host = "https://irsa.ipac.caltech.edu/ibe"
atlas.ibe.host = "https://irsa.ipac.caltech.edu"
ptf.ibe.host = "https://irsa.ipac.caltech.edu/ibe"
ibe.public_release = "true"
// maximum number of table rows Firefly can support for TAP queries
__$tap.maxrec.hardlimit = 10000000
environments {
local {
BuildType = "Development"
irsa.base.url= "https://irsadev.ipac.caltech.edu"
ehcache.multicast.port = 4015
visualize.fits.Security= false
ehcache.multicast.ttl = 0
}
dev {
BuildType = "Development"
irsa.base.url= "https://irsadev.ipac.caltech.edu"
ehcache.multicast.port = "5015"
lsst.dataAccess.uri = "http://localhost:8661/db/v0/query?"
lsst.dataAccess.db = "smm_bremerton"
irsa.base.url= "https://irsadev.ipac.caltech.edu"
}
test {
irsa.base.url= "https://irsate.ipac.caltech.edu"
BuildType = "Beta"
ehcache.multicast.port = "6015"
}
ops_int {
ehcache.multicast.port = "7515"
}
}