forked from 77media/video-flow
apiBaseUrl走process.env.NEXT_PUBLIC_CUT_URL
This commit is contained in:
parent
62404f4063
commit
546dacdb15
@ -115,8 +115,8 @@ export class VideoExportService {
|
||||
this.config = {
|
||||
maxRetries: config.maxRetries || 3,
|
||||
pollInterval: config.pollInterval || 5000, // 5秒轮询
|
||||
apiBaseUrl: 'https://smartcut.api.movieflow.ai',
|
||||
//apiBaseUrl: process.env.NEXT_PUBLIC_CUT_URL || || 'https://smartcut.api.movieflow.ai'
|
||||
// apiBaseUrl: 'https://smartcut.api.movieflow.ai',
|
||||
apiBaseUrl: process.env.NEXT_PUBLIC_CUT_URL || 'https://smartcut.api.movieflow.ai'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user