-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'bp/main'
- Loading branch information
Showing
21 changed files
with
148 additions
and
56 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
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
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/bin/bash | ||
|
||
|
||
export MIDWAY_SERVER_ENV=local | ||
export NODE_ENV=local | ||
export OTEL_EXPORTER_OTLP_ENDPOINT="http://127.0.0.1:4317" | ||
export TS_NODE_PROJECT="test/tsconfig.json" | ||
export POSTGRES_HOST="127.0.0.1" | ||
export POSTGRES_PORT="5432" | ||
export POSTGRES_DB="" | ||
export POSTGRES_USER="postgres" | ||
export POSTGRES_PASSWORD="postgres" | ||
export ALI_ALB_IPS="120.55" | ||
export ALI_ALB_GROUPID="sgp-7z" | ||
export ALI_ECS_AID="LTAI5" | ||
export ALI_ECS_ASECRET="Dr" | ||
export ALI_ECS_IDS="" | ||
export ALI_ECS_IPS="" | ||
export ALI_OSS_AID="LTAI4" | ||
export ALI_OSS_ASECRET="FRK" | ||
export ALI_OSS_ENDPOINT="https://oss-cn-hangzhou.aliyuncs.com" | ||
export ALI_OSS_BUCKET="" | ||
|
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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
#!/bin/bash | ||
|
||
|
||
export MIDWAY_SERVER_ENV=unittest | ||
export NODE_ENV=unittest | ||
export OTEL_EXPORTER_OTLP_ENDPOINT="http://127.0.0.1:4317" | ||
export TS_NODE_PROJECT="test/tsconfig.json" | ||
export POSTGRES_HOST="127.0.0.1" | ||
export POSTGRES_PORT="5432" | ||
export POSTGRES_DB="" | ||
export POSTGRES_USER="postgres" | ||
export POSTGRES_PASSWORD="postgres" | ||
export ALI_ALB_IPS="120.55" | ||
export ALI_ALB_GROUPID="sgp-7z" | ||
export ALI_ECS_AID="LTAI5" | ||
export ALI_ECS_ASECRET="Dr" | ||
export ALI_ECS_IDS="" | ||
export ALI_ECS_IPS="" | ||
export ALI_OSS_AID="LTAI4" | ||
export ALI_OSS_ASECRET="FRK" | ||
export ALI_OSS_ENDPOINT="https://oss-cn-hangzhou.aliyuncs.com" | ||
export ALI_OSS_BUCKET="" | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import { ConfigKey } from '##/lib/types.js' | ||
|
||
|
||
export class DefaultApi { | ||
static readonly base = `/_${ConfigKey.namespace}` | ||
static readonly hello = '/hello' | ||
} |
Oops, something went wrong.