Skip to content

Commit

Permalink
Merge pull request #558 from vnandwana/patch-10
Browse files Browse the repository at this point in the history
kpm for tomcat user
  • Loading branch information
reshmabidikar authored Jul 16, 2024
2 parents ad8a290 + a21b801 commit 0a90881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userguide/aws/how-to-set-up-a-multi-tier-system.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ db_user="<DB username>"
db_password="<DB passwordd>"
kb_admin_password="<Kaui admin login password>"
cat << EOF > /etc/environment
cat << EOF >> /etc/environment
KB_org_killbill_dao_url=jdbc:mysql://$db_host:$db_port/killbill
KB_org_killbill_dao_user=$db_user
KB_org_killbill_dao_password=$db_password
Expand Down

0 comments on commit 0a90881

Please sign in to comment.