mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 07:06:56 -06:00
added readme file to install JCR with Helm with external DBs
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
type={{ db_type }}
|
||||
driver={{ db_driver }}
|
||||
url=jdbc:mysql://{{ db_ipaddr }}:3306/{{ db_name }}?characterEncoding=UTF-8&elideSetAutoCommits=true&verifyServerCertificate=true&useSSL=true&requireSSL=true
|
||||
username={{ db_user }}
|
||||
password={{ db_password }}
|
||||
Reference in New Issue
Block a user