mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
feat: samples start to use http as protocl
This commit is contained in:
parent
7b003ed895
commit
0a76d057ac
@ -10,7 +10,7 @@ powerjob.worker.app-name=powerjob-worker-samples
|
||||
# Address of PowerJob-server node(s). Ip:port or domain. Multiple addresses should be separated with comma.
|
||||
powerjob.worker.server-address=127.0.0.1:7700,127.0.0.1:7701
|
||||
# transport protocol between server and worker
|
||||
powerjob.worker.protocol=akka
|
||||
powerjob.worker.protocol=http
|
||||
# Store strategy of H2 database. disk or memory. Default value is disk.
|
||||
powerjob.worker.store-strategy=disk
|
||||
# Max length of result. Results that are longer than the value will be truncated.
|
||||
|
Loading…
x
Reference in New Issue
Block a user