-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.template
50 lines (40 loc) · 2.1 KB
/
.env.template
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
####
# Required parameters
####
# Main URL where the application will be accessible, without trailing '/'.
# Must be set to the IP address of the host docker machine.
# To generate some valid address execute: hostname -I | awk '{print "https://" $1 }'
# Cannot be set to http://localhost or http://127.0.0.1, because those addresses will point to address inside containers.
MAIN_URL=http://172.179.0.1
# LDAP settings for authentication into Gerrit
LDAP_URL=
LDAP_ACCOUNT_BASE=
LDAP_GROUP_BASE=
####
# Optional parameters
####
# The user is authenticated using standard BasicAuth. Depending on the value of auth.gitBasicAuthPolicy, credentials are validated using:
# The randomly generated HTTP password on the HTTP Password tab in the user settings page if gitBasicAuthPolicy is HTTP.
# The LDAP password if gitBasicAuthPolicy is LDAP
# Both, the HTTP and the LDAP passwords (in this order) if gitBasicAuthPolicy is HTTP_LDAP.
# When gitBasicAuthPolicy is not LDAP, the user’s HTTP credentials can be regenerated by going to Settings, and then accessing the HTTP Password tab. Revocation can effectively be done by regenerating the password and then forgetting it.
# For Gerrit installations where an HTTP password URL is configured, the password can be obtained by clicking on Obtain Password and then following the site-specific instructions. On sites where this URL is not configured, the password can be obtained by clicking on Generate Password.
#
GIT_BASIC_AUTH_POLICY=HTTP_LDAP
# Optional type of affiliated gitweb service. This allows using alternatives to gitweb, such as cgit.
# Valid values are gitweb, cgit, disabled or custom.
# If not set, or set to disabled, there is no gitweb hyperlinking support.
GITWEB_TYPE=gitweb
# Prefix for all service and volume names
COMPOSE_PROJECT_NAME=jfactory
# HTTP Proxy server settings, optional
http_proxy=
https_proxy=
no_proxy=
# SMTP settings for sending emails, optional
SMTP_SERVER=
SMTP_SERVER_PORT=25
GERRIT_SMTP_FROM=${user} (Gerrit) <[email protected]>
# URL to JIRA - without trailing '/', optional
JIRA_URL=