Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ CASDOOR_CLIENT_SECRET="0c18bf2a11ffbb756ec6ce47dae9e09bdd48e3dd"
CASDOOR_ORGANIZATION_NAME="example-org"
CASDOOR_APPLICATION_NAME="example-app"
CASDOOR_REDIRECT_URL="https://tauri.localhost/"
CASDOOR_EXTERNAL_ENDPOINT="http://172.29.231.250:8000"
CASDOOR_EXTERNAL_ENDPOINT="http://127.0.0.1:8000"
2 changes: 1 addition & 1 deletion frontend/packages/web-app/src/platform/utils-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Utils: UtilsManager = {
getAppVersion: () => Promise.resolve('0.0.0'),
getAppPath: () => Promise.resolve('/unknown'),
getAppConfig: () => Promise.resolve({
remote_addr: 'http://172.29.231.250:32742/',
remote_addr: 'http://127.0.0.1:32742/',
skip_engine_start: false,
app_auth_type: 'uap',
app_edition: 'saas',
Expand Down
2 changes: 1 addition & 1 deletion resources/conf.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
remote_addr: http://172.29.231.250:32742/
remote_addr: http://127.0.0.1:32742/
skip_engine_start: false
app_auth_type: casdoor
app_edition: saas
Loading