rtos-mini-service4/wx-applet/target/classes/back/111.yml

98 lines
3.1 KiB
YAML
Raw Normal View History

2024-06-13 15:27:54 +08:00
# 微信小程序服务配置
# postgresql数据源配置
#spring:
# redis:
# database: 0
# host: 192.168.61.130
# port: 6379
# connect-timeout: 1
# password: Nuzar123456_
# security:
# oauth2:
# resourceserver:
# opaquetoken:
# client-secret: bossnine
# client-id: trusted-bbw-tally
# introspection-uri: ${auth-server}/saas/token/info
# profiles:
# active: pre
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/rtos_wx_applet?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: postgres
# password: wsnet_906 #Fineidc@2023 #wsnet_906
# # 丰网服务器环境IP61.184.202.72; port:5432; db:rtos_applet_v2; user: postgres password: Fineidc@2023
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://61.184.202.72:5432/rtos_applet_v2?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: postgres
# password: Fineidc@2023 #Fineidc@2023 #wsnet_906
# 海通测试环境IP192.168.61.114; port:5432; db:rtos_wh; user: rtops_wh password: wh#2023
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://192.168.61.114:5432/rtos_wh?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: rtops_wh
# password: wh#2023
# 开发库本地(公司)IP192.168.0.16; port:5432; db:rtops_wh; user: rtos_wh password: wh#2023
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://192.168.0.16:5432/rtos_wh?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: rtops_wh
# password: wh#2023
# 开发库本地IPlocalhost; port:5432; db:rtos_wh; user: postgres password: wsnet906
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/rtos_wh?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: postgres
# password: wsnet906
# # 华为云测试环境IP116.205.142.169; port:5432; db:rtos_wh; user: rtops_wh password: wh#2023
# datasource:
# driver-class-name: org.postgresql.Driver
# url: jdbc:postgresql://116.205.142.169:5432/rtos_wh?serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf-8
# username: rtops_wh
# password: wh#2023
# mybatis配置
#mybatis:
# mapper-locations: classpath:mappers/*/*.xml
#
## pagehelper 分页插件
#pagehelper:
# helperDialect: postgresql
# reasonable: true
# supportMethodsArguments: true
# rowBoundsWithCount: true
# params: count=countSql
#
#logging:
# level:
# root: info
# com:
# nuzar: DEBUG
#nuzar:
# cloud:
# jasypt:
# password: RTOS_HTGJ
# security:
# #mode: none
# mode: classic
# saas:
# enabled: true
# #enabled: false
#
#
#mybatis-plus:
# type-enums-package: com.nuzar.rtos.common.enumeration
#
#
## auth-server: http://127.0.0.1:20880 # 认证服务器地址
#auth-server: https://rtops4.haitongauto.com/auth
##auth-server: http://10.166.1.27:32500/auth/ # 认证服务器地址