RMI-PACTA / workflow.pacta

Other
2 stars 2 forks source link

Split Config and Params #67

Closed AlexAxthelm closed 5 months ago

AlexAxthelm commented 5 months ago

Explcitly split Config (instance-level settings) from Params (run-level settings)

Example: Data Dir (where pacta-data lives) is a config, since that will be the same for all instances run by an instance Holdings date is a param, since that will change from portfolio to portfolio.

https://12factor.net/config