forked from apache/inlong
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinlong.conf
60 lines (53 loc) · 1.97 KB
/
inlong.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You 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
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
############## Common Configuration ##############
# local IP
local_ip=127.0.0.1
# message queue, tubemq or pulsar
mq_type=pulsar
# MySQL service, IP, port, user and password
spring_datasource_hostname=127.0.0.1
spring_datasource_port=3306
spring_datasource_username=root
spring_datasource_password=inlong
############## Pulsar Configuration ##############
pulsar_service_url=pulsar://127.0.0.1:6650
pulsar_admin_url=http://127.0.0.1:8080
############## TubeMQ Configuration ##############
tube_master_url=127.0.0.1:8715
tube_manager_url=127.0.0.1:8080
############## Dashboard Configuration ##############
# dashboard docker image
dashboard_docker_image=inlong/dashboard:latest
# dashboard service port
dashboard_mapping_port=80
############## Manager Configuration ##############
# The default value is dev, prod is available
spring_profiles_active=dev
# manager service IP
manager_server_hostname=127.0.0.1
# manager port
manager_server_port=8083
############## DataProxy Configuration ##############
dataproxy_port=46801
############## Agent Configuration ##############
agent_port=8008
############## Audit Configuration ##############
# audit proxy IP
audit_proxys_ip=127.0.0.1
# audit proxy Port
audit_proxys_port=10081