[agent-go] 完成日志框架部分
This commit is contained in:
21
agent-go/octopus-agent-dev.yaml
Normal file
21
agent-go/octopus-agent-dev.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
spring:
|
||||
application:
|
||||
name: octopus-agent
|
||||
profiles:
|
||||
active: dev
|
||||
cloud:
|
||||
nacos:
|
||||
config:
|
||||
group: dev
|
||||
config-retry-time: 3000
|
||||
file-extension: yaml
|
||||
max-retry: 3
|
||||
server-addr: "150.230.198.103:21060"
|
||||
timeout: 5000
|
||||
config-long-poll-timeout: 5000
|
||||
extension-configs:
|
||||
- group: dev
|
||||
data-id: "common-dev.yaml"
|
||||
|
||||
server:
|
||||
port: 8000
|
||||
Reference in New Issue
Block a user