forked from shivshav/ci
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
28 lines (24 loc) · 900 Bytes
/
config
File metadata and controls
28 lines (24 loc) · 900 Bytes
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
#!/bin/bash
## Hostname, IP or FQDN.
HOST_NAME=127.0.0.1
## LDAP server configuration
## Comment these variables out if you already have a running ldap server.
## If SLAPD_DOMAIN and SLAPD_PASSWORD is set,
## LDAP_SERVER and LDAP_ACCOUNTBASE will be overwritten automatically.
SLAPD_DOMAIN=demo.com
SLAPD_PASSWORD=secret
## LDAP_SERVER and LDAP_ACCOUNTBASE become unnecessary
## if SLAPD_DOMAIN and SLAPD_PASSWORD are specified.
## LDAP Server IP or FQDN.
LDAP_SERVER=127.0.0.1
## LDAP account baseDN
LDAP_ACCOUNTBASE=ou=accounts,dc=demo,dc=com
## Gerrit administrator's uid in LDAP
GERRIT_ADMIN_UID=admin
GERRIT_ADMIN_PWD=passwd
GERRIT_ADMIN_EMAIL=admin@demo.com
## A Nexus server will be started by default.
## Specify this variable only if you want to use
## an existing nexus server instead.
## Jenkins uses NEXUS_WEBURL to setup maven repository mirror.
#NEXUS_WEBURL=http://127.0.0.1/nexus