Commit 87bb3a14 authored by 吴文龙's avatar 吴文龙

优化

parent 49ba4b77
...@@ -62,7 +62,7 @@ listen_addresses = '*' ...@@ -62,7 +62,7 @@ listen_addresses = '*'
# defaults to 'localhost'; use '*' for all # defaults to 'localhost'; use '*' for all
# (change requires restart) # (change requires restart)
#port = 5432 # (change requires restart) #port = 5432 # (change requires restart)
max_connections = 2000 # (change requires restart) max_connections = 3000 # (change requires restart)
#superuser_reserved_connections = 3 # (change requires restart) #superuser_reserved_connections = 3 # (change requires restart)
#unix_socket_directories = '/var/run/postgresql' # comma-separated list of directories #unix_socket_directories = '/var/run/postgresql' # comma-separated list of directories
# (change requires restart) # (change requires restart)
......
...@@ -58,6 +58,7 @@ services: ...@@ -58,6 +58,7 @@ services:
env_file: env_file:
- tb-node.hybrid.env - tb-node.hybrid.env
environment: environment:
- HTTP_BIND_PORT=8080
- KAFKA_K2_ENABLED=true - KAFKA_K2_ENABLED=true
- KAFKA_K2_TOPIC_PRE=iot-v3 - KAFKA_K2_TOPIC_PRE=iot-v3
- KAFKA_K2_BOOTSTRAP_SERVERS=kafka-sync:9092 - KAFKA_K2_BOOTSTRAP_SERVERS=kafka-sync:9092
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment