You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
308 B
13 lines
308 B
VITE_APP_IMG_URL = 'https://shop.h888.fun/'
|
|
|
|
VITE_APP_API_URL = 'https://shop.h888.fun/appapi/v1'
|
|
|
|
VITE_APP_SSO_URL = 'https://sso.h888.fun/api/v1'
|
|
|
|
VITE_APP_SSO_DOMAIN = 'localhost'
|
|
|
|
# VITE_APP_SSO_DOMAIN = 'localhost'
|
|
|
|
# VITE_APP_BASE_URL = 'https://localhost'
|
|
|
|
VITE_APP_BASE_URL = 'https://localhost:5173' |