mirror of
https://github.com/nocodb/nocodb.git
synced 2026-02-01 23:58:31 +00:00
chore: cycle test base to avoid hitting api limit
Signed-off-by: mertmit <mertmit99@gmail.com>
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
const airtableApiBases = [
|
||||
'https://airtable.com/appZtc5xOWQkUL4Ok/shrrfpcWoNa5QGGSI',
|
||||
'https://airtable.com/appBnSP4VbJtKTTHB/shrfiNNg3yk9A0APu',
|
||||
'https://airtable.com/appPFK0xj5jTQR6wQ/shr6zjJvrUbSvfGPq',
|
||||
'https://airtable.com/apprb2mFeIlQitU0o/shrY6swT2FOy9X1Bl',
|
||||
];
|
||||
const today = new Date();
|
||||
|
||||
const airtableApiKey = 'pat23tPxwKmp4P96z.6b96f6381ad1bf2abdbd09539ac64fdb898516693603137b66e1e4e5a41bca78';
|
||||
const airtableApiBase = 'https://airtable.com/appy4lygutPj7UqiZ/shrIbD78QnzJnWygX';
|
||||
const airtableApiBase = airtableApiBases[today.getDate() % airtableApiBases.length];
|
||||
|
||||
const defaultBaseName = 'Base';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user