mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 09:03:43 +08:00
chore: reenable account, payment and quota
This commit is contained in:
@ -9,9 +9,9 @@ const matrix: { [key: string]: { [feature: string]: boolean } } = {
|
|||||||
},
|
},
|
||||||
production: {
|
production: {
|
||||||
debug: false,
|
debug: false,
|
||||||
account: false,
|
account: true,
|
||||||
payment: false,
|
payment: true,
|
||||||
quota: false,
|
quota: true,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user