Skip to content

Commit

Permalink
chore: change api domain
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerblue committed Dec 12, 2023
1 parent f2ab89f commit 2628d2c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ export default defineConfig({
title: false,
antd: {},
define: {
'process.env.API_BASE_CLIENT': isProd ? 'https://rl.mushan.top' : 'https://rl.mushan.top',
'process.env.API_BASE_SERVER': isProd ? 'https://rl.mushan.top' : 'https://rl.mushan.top',
'process.env.CDN_API_BASE_CLIENT': isProd ? 'https://algoux-rl.cdn.blueverse.cc' : 'https://rl.mushan.top',
'process.env.CDN_API_BASE_SERVER': isProd ? 'https://rl.mushan.top' : 'https://rl.mushan.top',
'process.env.WS_BASE': isProd ? 'wss://rl.mushan.top' : 'wss://rl.mushan.top',
'process.env.API_BASE_CLIENT': isProd ? 'https://rl-api.algoux.cn' : 'https://rl-api.algoux.cn',
'process.env.API_BASE_SERVER': isProd ? 'https://rl-api.algoux.cn' : 'https://rl-api.algoux.cn',
'process.env.CDN_API_BASE_CLIENT': isProd ? 'https://algoux-rl.cdn.blueverse.cc' : 'https://rl-api.algoux.cn',
'process.env.CDN_API_BASE_SERVER': isProd ? 'https://rl-api.algoux.cn' : 'https://rl-api.algoux.cn',
'process.env.WS_BASE': isProd ? 'wss://rl-api.algoux.cn' : 'wss://rl-api.algoux.cn',
'process.env.SITE_ALIAS': process.env.SITE_ALIAS,
'process.env.HOST_GLOBAL': 'rl.algoux.org',
'process.env.HOST_CN': 'rl.algoux.cn',
Expand Down

0 comments on commit 2628d2c

Please sign in to comment.