* add second whitelist ip for create datasource page * revert the cloudhosting check on help button * update name of util function * remove unused key Co-authored-by: Pawan Kumar <pawankumar@Pawans-MacBook-Pro.local>
6 lines
205 B
TypeScript
6 lines
205 B
TypeScript
export const DATASOURCE_CONSTANT = "DATASOURCE";
|
|
export const APPSMITH_IP_ADDRESSES = ["18.223.74.85", "3.131.104.27"];
|
|
|
|
export const PRIMARY_KEY = "primary key";
|
|
export const FOREIGN_KEY = "foreign key";
|