source: java/main/src/main/resources/configs/framsticks.properties @ 78

Last change on this file since 78 was 78, checked in by psniegowski, 11 years ago

Add f0 parsing and f0->Model transformation.

File size: 2.0 KB
Line 
1com.framsticks.entities.browser.class=com.framsticks.gui.Browser
2com.framsticks.entities.browser.size.width=1500
3com.framsticks.entities.browser.size.height=800
4com.framsticks.entities.browser.endpoints=localhost,dump,genotype_browser
5com.framsticks.entities.browser.endpoints.dump.entity.class=com.framsticks.dumping.FileInstance
6com.framsticks.entities.browser.endpoints.dump.entity.filename=dumps/localhost:9009__.param
7com.framsticks.entities.browser.endpoints.localhost.entity.mount=com.framsticks.entities.localhost
8com.framsticks.entities.browser.endpoints.remote_portal.entity.mount=com.framsticks.entities.remote_portal
9com.framsticks.entities.browser.endpoints.genotype_browser.entity.mount=com.framsticks.entities.genotype_browser
10
11com.framsticks.entities.diagnostics.class=com.framsticks.diagnostics.Diagnostics
12com.framsticks.entities.diagnostics.dumps.path=dumps
13com.framsticks.entities.diagnostics.dumps.format=_
14com.framsticks.entities.diagnostics.dumps.interval=5
15com.framsticks.entities.diagnostics.endpoints=localhost
16com.framsticks.entities.diagnostics.endpoints.localhost.entity.mount=com.framsticks.entities.localhost
17
18com.framsticks.entities.localhost.class=com.framsticks.remote.RemoteInstance
19com.framsticks.entities.localhost.address=localhost:9009
20
21com.framsticks.entities.remote_portal.class=com.framsticks.remote.RemoteInstance
22com.framsticks.entities.remote_portal.address=localhost:9007
23
24com.framsticks.entities.portal.class=com.framsticks.portals.Portal
25com.framsticks.entities.portal.endpoints=localhost
26com.framsticks.entities.portal.endpoints.localhost.entity.mount=com.framsticks.entities.localhost
27
28com.framsticks.entities.hosted_portal.class=com.framsticks.hosting.ServerInstance
29com.framsticks.entities.hosted_portal.accept=9007
30com.framsticks.entities.hosted_portal.hosted.entity.mount=com.framsticks.entities.portal
31
32com.framsticks.entities.genotype_browser.class=com.framsticks.examples.GenotypeBrowser
33
34com.framsticks.entity.mount = com.framsticks.entities.browser
Note: See TracBrowser for help on using the repository browser.