mirror of
https://github.com/sqlchat/sqlchat.git
synced 2025-09-25 00:55:05 +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: {
|
||||
debug: false,
|
||||
account: false,
|
||||
payment: false,
|
||||
quota: false,
|
||||
account: true,
|
||||
payment: true,
|
||||
quota: true,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user