mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-05 01:02:59 +08:00
support add pay form url env (#6086)
* support add pay form url env * optimize * fix
This commit is contained in:
@@ -128,6 +128,7 @@ export type FastGPTFeConfigsType = {
|
||||
alipay?: boolean;
|
||||
bank?: boolean;
|
||||
};
|
||||
payFormUrl?: string;
|
||||
fileUrlWhitelist?: string[];
|
||||
customDomain?: {
|
||||
enable?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user