You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have too much entry points to configure RPC from. We would like a way to centralize the RPC configurations so that we have the fewest entry point possible.
Proposed Solutions or Ideas
Centralize to scaffold.config.ts, which would be easier to access from application standpoint, but not deployment friendly, or
Centralize to .env, which is more deployment friendly but would mean quite the overhaul to the system
The text was updated successfully, but these errors were encountered:
from my view point of this issue why not provide a user friendly operation along side the main application to aid better access to the applicant i would like to contribute to this issue @metalboyrick
Issue Overview
We currently have too much entry points to configure RPC from. We would like a way to centralize the RPC configurations so that we have the fewest entry point possible.
Proposed Solutions or Ideas
scaffold.config.ts
, which would be easier to access from application standpoint, but not deployment friendly, or.env
, which is more deployment friendly but would mean quite the overhaul to the systemThe text was updated successfully, but these errors were encountered: