Update NocoDB config for Cloudron deployment
This commit is contained in:
@@ -20,12 +20,12 @@ import type {
|
|||||||
const NOCODB_URL = process.env.REACT_APP_NOCODB_URL || '';
|
const NOCODB_URL = process.env.REACT_APP_NOCODB_URL || '';
|
||||||
const NOCODB_TOKEN = process.env.REACT_APP_NOCODB_TOKEN || '';
|
const NOCODB_TOKEN = process.env.REACT_APP_NOCODB_TOKEN || '';
|
||||||
|
|
||||||
// Table IDs
|
// Table IDs (Cloudron NocoDB)
|
||||||
const NOCODB_TABLES = {
|
const NOCODB_TABLES = {
|
||||||
districts: 'm8cup7lesbet0sa',
|
districts: 'mddorhm0boab99m',
|
||||||
museums: 'm1c7od7mdirffvu',
|
museums: 'm1os227987acanj',
|
||||||
dailyStats: 'mc7qhbdh3mjjwl8',
|
dailyStats: 'mbffexltwe14jd3',
|
||||||
pilgrimStats: 'mmqgj0a0l5qxeqf'
|
pilgrimStats: 'mi90dy6w7mt0vp0'
|
||||||
};
|
};
|
||||||
|
|
||||||
// Cache keys
|
// Cache keys
|
||||||
|
|||||||
Reference in New Issue
Block a user