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

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

Add new java codebase.

File size: 1.8 KB
Line 
1com.framsticks.entities.browser.class=com.framsticks.gui.Browser
2#com.framsticks.entities.browser.endpoints=localhost,dump,remote_portal
3com.framsticks.entities.browser.size.width=1500
4com.framsticks.entities.browser.size.height=800
5com.framsticks.entities.browser.endpoints=localhost,dump
6com.framsticks.entities.browser.endpoints.dump.entity.class=com.framsticks.dumping.FileInstance
7com.framsticks.entities.browser.endpoints.dump.entity.filename=dumps/localhost:9009__.param
8com.framsticks.entities.browser.endpoints.localhost.entity.mount=com.framsticks.entities.localhost
9com.framsticks.entities.browser.endpoints.remote_portal.entity.mount=com.framsticks.entities.remote_portal
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
32#com.framsticks.entity=browser
Note: See TracBrowser for help on using the repository browser.