-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathsample_local_settings.py
28 lines (23 loc) · 1.43 KB
/
sample_local_settings.py
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
cfg = {
'jam_install': 'D:\\jam_install',
'start_servers': 'D:\\jam_install\\Aptana Jaxer\\StartServers.bat',
'stop_servers': 'D:\\jam_install\\Aptana Jaxer\\StartServers.bat',
'httpd_pid': 'D:\\jam_install\\Aptana Jaxer\\Apache22\\logs\\httpd.pid',
'results_file': 'D:\\jam_install\\Aptana Jaxer\\jaxer\\aptana\\diagnostics\\results.html',
'jam_package': 'D:\\trunk\\products\\server\\distro\\Jaxer_package_withApache.zip',
'jam_mount': '',
'apache-name': 'httpd.exe',
'apxs-name': 'apxs',
'jaxermanager-name': 'JaxerManager.exe',
'browser': 'C:\\Program Files\\Mozilla Firefox\\firefox.exe',
'browser-name': 'firefox.exe',
'kill': '%SYSTEMROOT%\\system32\\taskkill.exe /im',
'host': 'http://localhost:8081',
'page': 'aptana/diagnostics/testRunner.html',
'query': 'runAll=true&writeTo=results.html&multiJaxer=true',
'makeDocs': False,
'frameworkRoot': 'D:\\trunk\\products\\server\\src\\mozilla\\ff-release\\dist\\bin\\framework\\',
'docgenRoot': 'C:\\ide_crossover\\docgen\\',
'docRoot': 'D:\\trunk\\products\\server\\jam\\jaxer\\aptana\\doc\\api\\',
'skipBuilds': False
}