@@ -6,4 +6,4 @@ VITE_PORT = 3050 | |||
VITE_SERVER = "/pilot/admin" | |||
VITE_PLATFORM = "tuoheng-dsp-web" | |||
VITE_PLATFORM = "tuoheng-pilot-admin" |
@@ -13,7 +13,7 @@ VITE_APP_GLOB_BASE_API = '/api-local' | |||
# mock base api | |||
VITE_APP_GLOB_BASE_API_MOCK = '/api-mock' | |||
VITE_AUTHORITY = 'http://oidc.dev.t-aaron.com' | |||
VITE_AUTHORITY = 'https://oidc.test.t-aaron.com' | |||
VITE_CLIENT_ID = 'tuoheng-pilot-admin' | |||
VITE_CLIENT_SECRET = 'WB0CZ1c6bZLiYP6jLtDFsA==' | |||
VITE_REDIRECT_URI = 'http://192.168.12.8:3050/login' |