File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed
MtdrSpring/backend/target Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1- spring.jpa.database-platform =org.hibernate.dialect.Oracle12cDialect
2- oracle.jdbc.fanEnabled =false
1+ # spring.jpa.database-platform=org.hibernate.dialect.Oracle12cDialect
2+ # oracle.jdbc.fanEnabled=false
33# #this is not used when deployed in kubernetes. Just for local testing
4- spring.datasource.url =jdbc:oracle:thin:@adbps_medium?TNS_ADMIN=/Users/psong/Downloads/Wallet_ADBPS
5- spring.datasource.username =admin
6- spring.datasource.password =WELcome__12345
4+ # spring.datasource.url=jdbc:oracle:thin:@adbps_medium?TNS_ADMIN=/Users/psong/Downloads/Wallet_ADBPS
5+ # spring.datasource.username=admin
6+ # spring.datasource.password=WELcome__12345
77
88# #Properties of UCP
99spring.datasource.driver-class-name =oracle.jdbc.OracleDriver
@@ -20,5 +20,5 @@ logging.level.root=trace
2020logging.file.name =logs.log
2121logging.level.oracle.ucp =trace
2222
23- spring.security.user.name =psomg
24- spring.security.user.password =WELcome__12345
23+ # spring.security.user.name=psong
24+ # spring.security.user.password=WELcome__12345
Original file line number Diff line number Diff line change @@ -10,3 +10,7 @@ spring:
1010 hibernate :
1111 ddl-auto : none
1212 show-sql : true
13+ security :
14+ user :
15+ name : ${ui_username}
16+ password : ${ui_password}
Original file line number Diff line number Diff line change 6060 name : dbuser
6161 key : dbpassword
6262 optional : true
63+ - name : ui_username
64+ value : " %UI_USERNAME%"
65+ - name : ui_password
66+ valueFrom :
67+ secretKeyRef :
68+ name : frontendadmin
69+ key : password
70+ optional : true
6371 volumeMounts :
6472 - name : creds
6573 mountPath : /mtdrworkshop/creds
You can’t perform that action at this time.
0 commit comments