-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #320 from WeDataSphere/dev-1.0.0
LGTM.
- Loading branch information
Showing
33 changed files
with
1,920 additions
and
839 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
LINKIS_GATEWAY_HOST= | ||
LINKIS_GATEWAY_PORT= | ||
EXCHANGIS_PORT= | ||
EUREKA_URL= | ||
#LINKIS_GATEWAY服务地址IP,用于查找linkis-mg-gateway服务 | ||
LINKIS_GATEWAY_HOST={IP} | ||
|
||
#LINKIS_GATEWAY服务地址端口,用于查找linkis-mg-gateway服务 | ||
LINKIS_GATEWAY_PORT={PORT} | ||
|
||
#Exchangis服务端口 | ||
EXCHANGIS_PORT={PORT} | ||
|
||
#Eureka服务URL | ||
EUREKA_URL=http://{IP:PORT}/eureka/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# 设置数据库的连接信息 | ||
# 包括IP地址、数据库名称、用户名、端口 | ||
MYSQL_HOST= | ||
MYSQL_PORT= | ||
MYSQL_USERNAME= | ||
MYSQL_PASSWORD= | ||
DATABASE= | ||
MYSQL_HOST={IP} | ||
MYSQL_PORT={PORT} | ||
MYSQL_USERNAME={username} | ||
MYSQL_PASSWORD={password} | ||
DATABASE={dbName} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.