diff options
Diffstat (limited to 'rulemgt-standalone/src')
-rw-r--r-- | rulemgt-standalone/src/main/assembly/conf/rulemgt.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml index 9551eb5..9817ef9 100644 --- a/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml +++ b/rulemgt-standalone/src/main/assembly/conf/rulemgt.yml @@ -61,4 +61,4 @@ database: evictionInterval: 10s minIdleTime: 1s # the micro service ip -msbServerAddr: http://127.0.0.1:80 +msbServerAddr: http://10.250.0.3:9102 |