123456789101112131415161718192021222324252627282930313233343536 |
- server.port=12092
- spring.application.name=pm_interface_5g
- # log配置
- logging.level.com.nokia=debug
- ### xxl-job admin address list, such as "http://address" or "http://address01,http://address02"
- xxl.job.admin.addresses=http://192.168.10.7:8087/xxl-job-admin
- ### xxl-job, access token
- xxl.job.accessToken=
- ### xxl-job executor appname
- xxl.job.executor.appname=pm5g-test
- ### xxl-job executor registry-address: default use address to registry , otherwise use ip:port if address is null
- xxl.job.executor.address=
- ### xxl-job executor server-info
- xxl.job.executor.ip=
- xxl.job.executor.port=10001
- ### xxl-job executor log-path
- xxl.job.executor.logpath=./log/xxl/
- ### xxl-job executor log-retention-days
- xxl.job.executor.logretentiondays=30
- task.ssh-host=10.17.180.55
- task.ssh-port=22
- task.ssh-username=nokia
- task.ssh-password=Nokia*123
- task.source-dir=/data/out2/pm_5g_hour/
- task.download-dir=download/
- task.file-prefix=pm_5g_hour_
- task.distinct-dir=distinct/
- task.min-insert-count=10000
- task.import-script=import.sh
- task.db-host=192.168.50.5
- task.db-port=5432
- task.db-username=sqmdb
- task.db-password=sqmdb_1QAZ
- task.db-name=sqmmt
- task.db-table=tsfx.dw_sa_omc_ci_h
- task.timeout=5
|