Edge++: Rails Framework

From Datonis
Revision as of 10:38, 12 June 2020 by Sayali (talk | contribs) (Edge++ Configuration on Rails setup:)
Jump to: navigation, search

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.