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_TOKEN = process.env.REACT_APP_NOCODB_TOKEN || '';
|
||||
|
||||
// Table IDs
|
||||
// Table IDs (Cloudron NocoDB)
|
||||
const NOCODB_TABLES = {
|
||||
districts: 'm8cup7lesbet0sa',
|
||||
museums: 'm1c7od7mdirffvu',
|
||||
dailyStats: 'mc7qhbdh3mjjwl8',
|
||||
pilgrimStats: 'mmqgj0a0l5qxeqf'
|
||||
districts: 'mddorhm0boab99m',
|
||||
museums: 'm1os227987acanj',
|
||||
dailyStats: 'mbffexltwe14jd3',
|
||||
pilgrimStats: 'mi90dy6w7mt0vp0'
|
||||
};
|
||||
|
||||
// Cache keys
|
||||
|
||||
Reference in New Issue
Block a user