mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 21:47:21 +00:00
7 lines
288 B
TypeScript
7 lines
288 B
TypeScript
const airtableApiKey = 'pat23tPxwKmp4P96z.6b96f6381ad1bf2abdbd09539ac64fdb898516693603137b66e1e4e5a41bca78';
|
|
const airtableApiBase = 'https://airtable.com/appy4lygutPj7UqiZ/shrIbD78QnzJnWygX';
|
|
|
|
const defaultBaseName = 'Base';
|
|
|
|
export { airtableApiKey, airtableApiBase, defaultBaseName };
|