blob: c64e297798ca5ae400e24a0f4092098896249c2f [file] [log] [blame]
#
# 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:1.3.0
# 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
############## Flink Configuration ##############
# the REST server address for Flink
flink_rest_address=127.0.0.1
# the REST server Port for Flink
flink_rest_port=8081
############## 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