revise copyright
parent
c2761600e0
commit
d3778129fc
|
@ -1,5 +1,5 @@
|
|||
# ----------------------------------------------------------------------------------
|
||||
# Copyright 2018 Dell Technologies, Inc.
|
||||
# Copyright 2018 hummingbird, J.
|
||||
# Copyright 2018 Cavium
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright 2018 Dell Inc.
|
||||
* Copyright 2023 Winc link Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
* in compliance with the License. You may obtain a copy of the License at
|
||||
|
|
|
@ -3,14 +3,10 @@ LogLevel = 'INFO'
|
|||
LogPath = 'hummingbird/logs/hummingbird-core.log'
|
||||
|
||||
[Service]
|
||||
BootTimeout = 30000
|
||||
CheckInterval = '10s'
|
||||
Host = '0.0.0.0'
|
||||
ServerBindAddr = '' # Leave blank so default to Host value unless different value is needed.
|
||||
Port = 58081
|
||||
Protocol = 'http'
|
||||
MaxResultCount = 50000
|
||||
StartupMsg = 'This is the Core Resource Microservice'
|
||||
Timeout = 45000
|
||||
|
||||
[RpcServer]
|
||||
|
@ -47,4 +43,3 @@ Host = '127.0.0.1'
|
|||
Port = 58090
|
||||
Type = 'mqtt'
|
||||
PublishTopicPrefix = 'eventbus/in'
|
||||
|
||||
|
|
|
@ -3,14 +3,10 @@ LogLevel = 'INFO'
|
|||
LogPath = 'hummingbird/logs/hummingbird-core.log'
|
||||
|
||||
[Service]
|
||||
BootTimeout = 30000
|
||||
CheckInterval = '10s'
|
||||
Host = '0.0.0.0'
|
||||
ServerBindAddr = '' # Leave blank so default to Host value unless different value is needed.
|
||||
Port = 58081
|
||||
Protocol = 'http'
|
||||
MaxResultCount = 50000
|
||||
StartupMsg = 'This is the Core Resource Microservice'
|
||||
Timeout = 45000
|
||||
|
||||
[RpcServer]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright 2018 Dell Inc.
|
||||
* Copyright 2023 Winc link Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
* in compliance with the License. You may obtain a copy of the License at
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright 2018 Dell Inc.
|
||||
* Copyright 2023 Winc link Inc.
|
||||
* Copyright 2020 Intel Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright 2018 Dell Inc.
|
||||
* Copyright 2023 Winc link Inc.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
|
||||
* in compliance with the License. You may obtain a copy of the License at
|
||||
|
|
|
@ -10,13 +10,13 @@ services:
|
|||
hostname: mqtt-broker
|
||||
restart: always
|
||||
ports:
|
||||
- "58090:58090"
|
||||
- "127.0.0.1:58090:58090"
|
||||
networks:
|
||||
- hummingbird
|
||||
ekuiper:
|
||||
image: lfedge/ekuiper:1.10.0-slim
|
||||
ports:
|
||||
- "9081:9081"
|
||||
- "127.0.0.1:9081:9081"
|
||||
container_name: ekuiper
|
||||
hostname: ekuiper
|
||||
restart: always
|
||||
|
@ -46,4 +46,3 @@ services:
|
|||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
networks:
|
||||
- hummingbird
|
||||
|
||||
|
|
Loading…
Reference in New Issue