新增:nacos服务注册及配置化
This commit is contained in:
parent
e9762f8cb3
commit
ec579df59c
|
|
@ -3,6 +3,11 @@ RUN_USER = git
|
|||
RUN_MODE = prod
|
||||
WORK_PATH = /usr/local/bin
|
||||
|
||||
[nacos]
|
||||
SERVER = 127.0.0.1
|
||||
PORT = 8848
|
||||
WEIGHT = 10
|
||||
|
||||
[oauth2]
|
||||
JWT_SECRET = pyD-ZA6zwykBhVCWdF5FsdRGDtM6kg16JLhcCu8uLPM
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue