You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
566 B
30 lines
566 B
server:
|
|
port: 8011
|
|
# 项目配置
|
|
nl:
|
|
config:
|
|
mysql:
|
|
ip: 127.0.0.1
|
|
port: 3306
|
|
username: root
|
|
password: 12356
|
|
database: nl-platform
|
|
redis:
|
|
ip: 127.0.0.1
|
|
port: 6379
|
|
password: null
|
|
database: 1
|
|
oracle:
|
|
ip: 172.27.37.66
|
|
port: 1521
|
|
scheme: RTMES
|
|
username: LMSTELCOM
|
|
password: LMSTELCOM_6463
|
|
sqlserver:
|
|
ip: 10.93.41.2
|
|
port: WINCC
|
|
username: sa
|
|
password: 123
|
|
database: 马钢_RH
|
|
logging-path: C:\log\wms
|
|
dynamic-log-path: C:\log\lms
|
|
|