Difference between revisions of "Edge++: Rails Framework"

From Datonis
Jump to: navigation, search
(Created page with " == Edge++ Configuration on Rails setup: ==")
 
(Edge++ Configuration on Rails setup:)
Line 1: Line 1:
 +
== Factory Server: ==
 +
This is the main environment in which our operator screens will be developed and served to users. This by default runs on port no 3001.
  
== Edge++ Configuration on Rails setup: ==
+
In order to cache master data, one needs to schedule '''master_data_cache''' function with appropriate frequency. This function by default will cache models configured in generic '''edge_master_data_config'''. One can create account level function with the same name to override '''edge_master_data_config''' that suites one's usecase.

Revision as of 10:38, 12 June 2020

Factory Server:

This is the main environment in which our operator screens will be developed and served to users. This by default runs on port no 3001.

In order to cache master data, one needs to schedule master_data_cache function with appropriate frequency. This function by default will cache models configured in generic edge_master_data_config. One can create account level function with the same name to override edge_master_data_config that suites one's usecase.