-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathapplication.properties
More file actions
31 lines (26 loc) · 1.27 KB
/
application.properties
File metadata and controls
31 lines (26 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#spring.jpa.database-platform=org.hibernate.dialect.Oracle12cDialect
#oracle.jdbc.fanEnabled=false
##this is not used when deployed in kubernetes. Just for local testing
spring.datasource.url=jdbc:oracle:thin:@oraclebotdbteam16_high?TNS_ADMIN=D:/TECMTY/SEMESTRE_7(6)/Oracle_(Oswaldo)/RETO/oci-react-samples/wallet
spring.datasource.username=TODOUSER
spring.datasource.password=VizcaBarca10$
##Properties of UCP
spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
spring.datasource.type=oracle.ucp.jdbc.PoolDataSource
spring.datasource.oracleucp.connection-factory-class-name=oracle.jdbc.pool.OracleDataSource
spring.datasource.oracleucp.sql-for-validate-connection=select * from dual
spring.datasource.oracleucp.connection-pool-name=connectionPoolName1
spring.datasource.oracleucp.initial-pool-size=15
spring.datasource.oracleucp.min-pool-size=10
spring.datasource.oracleucp.max-pool-size=30
##Logging properties for UCP
#logging.level.root=trace
logging.file.name=logs.log
#logging.level.oracle.ucp=trace
#spring.security.user.name=psong
#spring.security.user.password=WELcome__12345
telegram.bot.token=7259037295:AAH8hLPfs8Q5ISfgb7mqGrenKPb_aWYMMOQ
telegram.bot.name=team_16_java_bot
# optional, this changes the port of the development server
# set to whatever you need
server.port=8081