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 # Copyright 2018 Cavium
# #
# Licensed under the Apache License, Version 2.0 (the "License"); # 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 * 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 * 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' LogPath = 'hummingbird/logs/hummingbird-core.log'
[Service] [Service]
BootTimeout = 30000
CheckInterval = '10s'
Host = '0.0.0.0' Host = '0.0.0.0'
ServerBindAddr = '' # Leave blank so default to Host value unless different value is needed. ServerBindAddr = '' # Leave blank so default to Host value unless different value is needed.
Port = 58081 Port = 58081
Protocol = 'http' Protocol = 'http'
MaxResultCount = 50000
StartupMsg = 'This is the Core Resource Microservice'
Timeout = 45000 Timeout = 45000
[RpcServer] [RpcServer]
@ -47,4 +43,3 @@ Host = '127.0.0.1'
Port = 58090 Port = 58090
Type = 'mqtt' Type = 'mqtt'
PublishTopicPrefix = 'eventbus/in' PublishTopicPrefix = 'eventbus/in'

View File

@ -3,14 +3,10 @@ LogLevel = 'INFO'
LogPath = 'hummingbird/logs/hummingbird-core.log' LogPath = 'hummingbird/logs/hummingbird-core.log'
[Service] [Service]
BootTimeout = 30000
CheckInterval = '10s'
Host = '0.0.0.0' Host = '0.0.0.0'
ServerBindAddr = '' # Leave blank so default to Host value unless different value is needed. ServerBindAddr = '' # Leave blank so default to Host value unless different value is needed.
Port = 58081 Port = 58081
Protocol = 'http' Protocol = 'http'
MaxResultCount = 50000
StartupMsg = 'This is the Core Resource Microservice'
Timeout = 45000 Timeout = 45000
[RpcServer] [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 * 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 * 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. * Copyright 2020 Intel Inc.
* *
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * 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 * 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 * in compliance with the License. You may obtain a copy of the License at

View File

@ -10,13 +10,13 @@ services:
hostname: mqtt-broker hostname: mqtt-broker
restart: always restart: always
ports: ports:
- "58090:58090" - "127.0.0.1:58090:58090"
networks: networks:
- hummingbird - hummingbird
ekuiper: ekuiper:
image: lfedge/ekuiper:1.10.0-slim image: lfedge/ekuiper:1.10.0-slim
ports: ports:
- "9081:9081" - "127.0.0.1:9081:9081"
container_name: ekuiper container_name: ekuiper
hostname: ekuiper hostname: ekuiper
restart: always restart: always
@ -46,4 +46,3 @@ services:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock
networks: networks:
- hummingbird - hummingbird