You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Open-IM-Server/scripts/enterprise/path_info.cfg

30 lines
516 B

#Don't put the space between "="
demo_server_name="open_im_chat_api"
demo_server_binary_root="../bin/"
#Global configuration file default dir
config_path="../.docker-compose_cfg/config.yaml"
#servicefile dir path
service_source_root=(
#api service file
../cmd/api/chat/
../cmd/api/admin/
#rpc service file
../cmd/rpc/admin/
../cmd/rpc/chat/
)
#service filename
service_names=(
#api service filename
open_im_chat_api
open_im_admin_api
#rpc service filename
open_im_admin
open_im_chat
)