mirror of https://github.com/nocodb/nocodb
braks
2 years ago
1 changed files with 0 additions and 1 deletions
@ -1,4 +1,3 @@ |
|||||||
export const NOCO = 'noco' |
export const NOCO = 'noco' |
||||||
export const USER_PROJECT_ROLES = 'user_project_roles' |
|
||||||
export const SYSTEM_COLUMNS = ['id', 'title', 'created_at', 'updated_at'] |
export const SYSTEM_COLUMNS = ['id', 'title', 'created_at', 'updated_at'] |
||||||
export const BASE_URL = process.env.NC_BACKEND_URL || (process.env.NODE_ENV === 'production' ? '..' : 'http://localhost:8080') |
export const BASE_URL = process.env.NC_BACKEND_URL || (process.env.NODE_ENV === 'production' ? '..' : 'http://localhost:8080') |
||||||
|
Loading…
Reference in new issue