-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathorion.conf
98 lines (74 loc) · 4.06 KB
/
orion.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
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
91
92
93
94
95
96
97
98
#This file is used to configure Orion during development when launching using an Eclipse launch configuration
#For details see http://wiki.eclipse.org/Orion/Server_admin_guide
#uncomment this line to specify the root location to use for user content and metadata
#orion.file.content.location=/opt/orion/web-content
#uncomment this line to activate per-process file locking for user metadata
#orion.file.content.locking=true
#uncomment this line to enable the disk usage calculation support
#orion.file.diskUsageEnabled=true
#uncomment this line to allow only the admin user to create accounts
#orion.auth.user.creation=admin
#uncomment this line to force users to add email while account creation. Valid only when mail.* configuration is uncommented.
#orion.auth.user.creation.force.email=true
#uncomment this line to set a URI to forward to for registrations for your application
#this only applies if orion.auth.user.creation is set
#orion.auth.registration.uri=http://eclipse.org/orion
#uncomment this line to specify a comma-separated list of users that are allowed to access the logs service.
#orion.auth.log.service=admin
#uncomment this line to disable the default username and password verification rules for an account.
#A username must be between three and twenty characters long by default.
#A password must be eight characters long and must contain at least one alpha character and one non alpha
#character by default.
#If this preference is true these rules are ignored and any length username and any password may be used.
#orion.auth.disable.account.rules=true
#uncomment this line to cause newly created projects to be initialized as git repositories
#orion.file.defaultSCM=git
#uncomment one of these lines to enable linking files outside the server workspace location
#orion.file.allowedPaths=/home/orion
#orion.file.allowedPaths=C:\\workspaces\\orion
#uncomment out this line to enable anonymous read access to files in your launched server
#orion.file.anonymous.read=true
#uncomment this line to configure virtual hosts used for site launching.
#orion.site.virtualHosts=127.0.0.1,127.0.0.2
#orion.site.virtualHosts=http://*.orionhub.org:8080
#uncomment this line and set a password to create an admin user
orion.auth.admin.default.password=admin
#uncomment this line to enable the log provider support
#orion.logs.logProviderEnabled=true
#uncomment this line to provide custom log buffer size used while downloading log files.
#The default value is 64 KB, the buffer size is given in bytes.
#orion.logs.logBufferSize=65536
#uncomment the lines below and specify the keystore location and passwords to launch your server over https
#jetty.https.enabled=true
#jetty.https.port=443
#jetty.ssl.keystore={keystore_location}
#jetty.ssl.password={password}
#jetty.ssl.keypassword={password}
#jetty.ssl.protocol=SSLv3
#uncomment and update these lines to configure the smtp host for sending mail
#mail.smtp.host={smtp_host}
#mail.smtp.port=25
#mail.smtp.user={smtp_user}
#mail.smtp.password={password}
#mail.smtp.auth=true
#mail.smtp.starttls.enable=true
#mail.from={sender_of_mails}
#mail.debug=false
#uncomment this line to enable access logs in NCSA format on the Jetty server
#orion.jetty.access.logs.enable=true
#uncomment and update these lines and specify the oauth client and secret keys
#orion.oauth.google.client={client_key}
#orion.oauth.google.secret={secret_key}
#orion.oauth.github.client={client_key}
#orion.oauth.github.secret={secret_key}
#uncomment this line to enable cross-site request forgery protection
#orion.XSRFPreventionFilterEnabled=true
#uncomment and update this line to enable client logging to a Google Analytics account
#orion.metrics.google.tid={tid}
#uncomment and update this line to set the site speed sampling rate (0-100) when logging to a Google Analytics account
#orion.metrics.google.sitespeed.sample={rate}
#uncomment and update this line to set the context path to the Orion servlets. The default value is /
#indicating that Orion is running at the server root.
#orion.context.path=/
#uncomment this line to enable the cf liveupdate feature.
orion.cf.liveupdate.enabled=true