mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
[fix](chat) add env bash to env.sh (#30)
Co-authored-by: lexluo <lexluo@tencent.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
# python path
|
# python path
|
||||||
export python_path="/usr/local/bin/python3.9"
|
export python_path="/usr/local/bin/python3.9"
|
||||||
# pip path
|
# pip path
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
export APP_NAME=chat-service
|
export APP_NAME=chat-service
|
||||||
export MAIN_CLASS=com.tencent.supersonic.ChatLauncher
|
export MAIN_CLASS=com.tencent.supersonic.ChatLauncher
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
export APP_NAME=semantic-service
|
export APP_NAME=semantic-service
|
||||||
export MAIN_CLASS=com.tencent.supersonic.SemanticLauncher
|
export MAIN_CLASS=com.tencent.supersonic.SemanticLauncher
|
||||||
@@ -1,2 +1,3 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
export APP_NAME=chat-service
|
export APP_NAME=chat-service
|
||||||
export MAIN_CLASS=com.tencent.supersonic.StandaloneLauncher
|
export MAIN_CLASS=com.tencent.supersonic.StandaloneLauncher
|
||||||
|
|||||||
Reference in New Issue
Block a user