diff --git a/roles/bitbucket_config/templates/bitbucket.properties.j2 b/roles/bitbucket_config/templates/bitbucket.properties.j2 index 0524b39..b45a9a2 100644 --- a/roles/bitbucket_config/templates/bitbucket.properties.j2 +++ b/roles/bitbucket_config/templates/bitbucket.properties.j2 @@ -17,6 +17,8 @@ plugin.search.elasticsearch.baseurl={{ atl_elasticsearch_endpoint }} setup.license={{ atl_bitbucket_license_key }} setup.sysadmin.username=admin setup.sysadmin.password={{ atl_bitbucket_admin_password }} +setup.sysadmin.displayName=Admin Istrator +setup.sysadmin.emailAddress=admin@yourcompany.com server.proxy-name={{ atl_proxy_name }} server.secure={{ atl_ssl_proxy }}