revise copyright

master
winc-link 2023-08-29 09:24:06 +08:00
parent c2761600e0
commit d3778129fc
8 changed files with 7 additions and 17 deletions

View File

@ -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");

View File

@ -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

View File

@ -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'

View File

@ -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]

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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