mirror of
https://gitee.com/Zhaoxin59/my-chat_-server.git
synced 2026-02-13 17:11:48 +08:00
update
This commit is contained in:
11
conf/file_server.conf
Normal file
11
conf/file_server.conf
Normal file
@ -0,0 +1,11 @@
|
||||
-run_mode=true
|
||||
-log_file=/im/logs/file.log
|
||||
-log_level=0
|
||||
-registry_host=http://10.0.0.235:2379
|
||||
-base_service=/service
|
||||
-instance_name=/file_service/instance
|
||||
-access_host=10.0.0.235:10002
|
||||
-storage_path=/im/data/
|
||||
-listen_port=10002
|
||||
-rpc_timeout=-1
|
||||
-rpc_threads=1
|
||||
20
conf/friend_server.conf
Normal file
20
conf/friend_server.conf
Normal file
@ -0,0 +1,20 @@
|
||||
-run_mode=true
|
||||
-log_file=/im/logs/friend.log
|
||||
-log_level=0
|
||||
-registry_host=http://10.0.0.235:2379
|
||||
-instance_name=/friend_service/instance
|
||||
-access_host=10.0.0.235:10006
|
||||
-listen_port=10006
|
||||
-rpc_timeout=-1
|
||||
-rpc_threads=1
|
||||
-base_service=/service
|
||||
-user_service=/service/user_service
|
||||
-message_service=/service/message_service
|
||||
-es_host=http://10.0.0.235:9200/
|
||||
-mysql_host=10.0.0.235
|
||||
-mysql_user=root
|
||||
-mysql_pswd=123456
|
||||
-mysql_db=bite_im
|
||||
-mysql_cset=utf8
|
||||
-mysql_port=0
|
||||
-mysql_pool_count=4
|
||||
17
conf/gateway_server.conf
Normal file
17
conf/gateway_server.conf
Normal file
@ -0,0 +1,17 @@
|
||||
-run_mode=true
|
||||
-log_file=/im/logs/gateway.log
|
||||
-log_level=0
|
||||
-http_listen_port=9000
|
||||
-websocket_listen_port=9001
|
||||
-registry_host=http://10.0.0.235:2379
|
||||
-base_service=/service
|
||||
-file_service=/service/file_service
|
||||
-friend_service=/service/friend_service
|
||||
-message_service=/service/message_service
|
||||
-user_service=/service/user_service
|
||||
-speech_service=/service/speech_service
|
||||
-transmite_service=/service/transmite_service
|
||||
-redis_host=10.0.0.235
|
||||
-redis_port=6379
|
||||
-redis_db=0
|
||||
-redis_keep_alive=true
|
||||
26
conf/message_server.conf
Normal file
26
conf/message_server.conf
Normal file
@ -0,0 +1,26 @@
|
||||
-run_mode=true
|
||||
-log_file=/im/logs/message.log
|
||||
-log_level=0
|
||||
-registry_host=http://10.0.0.235:2379
|
||||
-instance_name=/message_service/instance
|
||||
-access_host=10.0.0.235:10005
|
||||
-listen_port=10005
|
||||
-rpc_timeout=-1
|
||||
-rpc_threads=1
|
||||
-base_service=/service
|
||||
-user_service=/service/user_service
|
||||
-file_service=/service/file_service
|
||||
-es_host=http://10.0.0.235:9200/
|
||||
-mysql_host=10.0.0.235
|
||||
-mysql_user=root
|
||||
-mysql_pswd=123456
|
||||
-mysql_db=bite_im
|
||||
-mysql_cset=utf8
|
||||
-mysql_port=0
|
||||
-mysql_pool_count=4
|
||||
-mq_user=root
|
||||
-mq_pswd=123456
|
||||
-mq_host=10.0.0.235:5672
|
||||
-mq_msg_exchange=msg_exchange
|
||||
-mq_msg_queue=msg_queue
|
||||
-mq_msg_binding_key=msg_queue
|
||||
13
conf/speech_server.conf
Normal file
13
conf/speech_server.conf
Normal file
@ -0,0 +1,13 @@
|
||||
-run_mode=true
|
||||
-log_file=/im/logs/speech.log
|
||||
-log_level=0
|
||||
-registry_host=http://10.0.0.235:2379
|
||||
-instance_name=/speech_service/instance
|
||||
-access_host=10.0.0.235:10001
|
||||
-base_service=/service
|
||||
-listen_port=10001
|
||||
-rpc_timeout=-1
|
||||
-rpc_threads=1
|
||||
-app_id=60694095
|
||||
-api_key=PWn6zlsxym8VwpBW8Or4PPGe
|
||||
-secret_key=Bl0mn74iyAkr3FzCo5TZV7lBq7NYoms9
|
||||
24
conf/transmite_server.conf
Normal file
24
conf/transmite_server.conf
Normal file
@ -0,0 +1,24 @@
|
||||
-run_mode=true
|
||||
-log_file=/im/logs/transmite.log
|
||||
-log_level=0
|
||||
-registry_host=http://10.0.0.235:2379
|
||||
-instance_name=/transmite_service/instance
|
||||
-access_host=10.0.0.235:10004
|
||||
-listen_port=10004
|
||||
-rpc_timeout=-1
|
||||
-rpc_threads=1
|
||||
-base_service=/service
|
||||
-user_service=/service/user_service
|
||||
-mysql_host=10.0.0.235
|
||||
-mysql_user=root
|
||||
-mysql_pswd=123456
|
||||
-mysql_db=bite_im
|
||||
-mysql_cset=utf8
|
||||
-mysql_port=0
|
||||
-mysql_pool_count=4
|
||||
-mq_user=root
|
||||
-mq_pswd=123456
|
||||
-mq_host=10.0.0.235:5672
|
||||
-mq_msg_exchange=msg_exchange
|
||||
-mq_msg_queue=msg_queue
|
||||
-mq_msg_binding_key=msg_queue
|
||||
25
conf/user_server.conf
Normal file
25
conf/user_server.conf
Normal file
@ -0,0 +1,25 @@
|
||||
-run_mode=true
|
||||
-log_file=/im/logs/user.log
|
||||
-log_level=0
|
||||
-registry_host=http://10.0.0.235:2379
|
||||
-instance_name=/user_service/instance
|
||||
-access_host=10.0.0.235:10003
|
||||
-listen_port=10003
|
||||
-rpc_timeout=-1
|
||||
-rpc_threads=1
|
||||
-base_service=/service
|
||||
-file_service=/service/file_service
|
||||
-es_host=http://10.0.0.235:9200/
|
||||
-mysql_host=10.0.0.235
|
||||
-mysql_user=root
|
||||
-mysql_pswd=123456
|
||||
-mysql_db=bite_im
|
||||
-mysql_cset=utf8
|
||||
-mysql_port=0
|
||||
-mysql_pool_count=4
|
||||
-redis_host=10.0.0.235
|
||||
-redis_port=6379
|
||||
-redis_db=0
|
||||
-redis_keep_alive=true
|
||||
-dms_key_id=LTAI5t6NF7vt499UeqYX6LB9
|
||||
-dms_key_secret=5hx1qvpXHDKfQDk73aJs6j53Q8KcF2
|
||||
Reference in New Issue
Block a user