update
This commit is contained in:
@@ -26,7 +26,6 @@ type ConfigType = {
|
||||
type?: 'static' | 'dynamic' | 'minio';
|
||||
}[];
|
||||
proxy: {
|
||||
port?: number;
|
||||
/**
|
||||
* self domain kevisual.xiongxiao.me
|
||||
*/
|
||||
@@ -71,7 +70,6 @@ export const myConfig: ConfigType = {
|
||||
},
|
||||
],
|
||||
proxy: {
|
||||
port: config.PROXY_PORT,
|
||||
domain: config.PROXY_DOMAIN,
|
||||
resources: minioResources,
|
||||
allowedOrigin: (config.PROXY_ALLOWED_ORIGINS as string)?.split(',') || [],
|
||||
|
||||
Reference in New Issue
Block a user