forked from Accenture/adop-docker-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplatform.secrets.sh.example
More file actions
23 lines (16 loc) · 868 Bytes
/
platform.secrets.sh.example
File metadata and controls
23 lines (16 loc) · 868 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Example file to store all the generated secrets for your ADOP stack
# Version ID of the example secrets file, note this needs to be the FULL SHA1 commit ID if you build this file by hand
# To do this by hand, run the following command: git log -1 --format='%H' HEAD platform.secrets.sh.example
export VERSION_ID="###VERSION_ID###"
# Username for initial admin user
export INITIAL_ADMIN_USER="###INITIAL_ADMIN_USER###"
# Password for initial admin user
export INITIAL_ADMIN_PASSWORD_PLAIN="###INITIAL_ADMIN_PASSWORD_PLAIN###"
# Password for the Jenkins user
export PASSWORD_JENKINS="###PASSWORD_JENKINS_PLAIN###"
# Password for the Gerrit user
export PASSWORD_GERRIT="###PASSWORD_GERRIT_PLAIN###"
# Root password for the Sonar and Gerrit MySQL instances
export PASSWORD_SQL="###PASSWORD_SQL_PLAIN###"
# Admin password for LDAP
export LDAP_PWD="###LDAP_PWD###"