PromucFlow_constructor/app/rts/src
Sumesh Pradhan a846bd4952
fix: renamed rts port env to APPSMITH_RTS_PORT (#20121)
Issue: Nginx and RTS used the same env PORT for binding it's service,
while the backend server had the rts port hardcoded on its rts uri.
- Renamed env PORT to APPSMITH_RTS_PORT for starting the rts server.
- Updated nginx config templates to use env `APPSMITH_RTS_PORT`
- Added appsmith.rts.port property in server to use env
APPSMITH_RTS_PORT
- Updated CommonConfig.java rtsBaseDomain to use appsmith.rts.port

---------

Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
2023-02-15 07:06:02 +05:30
..
constants feat: Fetch Appsmith version when browser tab comes on focus (#16153) 2022-09-01 14:17:29 +05:30
controllers fix: Add performance metric for requests in RTS (#17923) 2022-10-28 10:41:18 +05:30
middlewares fix: Refactor entities with specific rules (#17523) 2022-10-26 20:23:06 +05:30
routes fix: Refactor entities with specific rules (#17523) 2022-10-26 20:23:06 +05:30
services fix: Refactor entities with specific rules (#17523) 2022-10-26 20:23:06 +05:30
sockets feat: AST apis for parsing script and returning identifiers (#16252) 2022-09-12 14:45:47 +05:30
test fix: Unblocking CI - Unexpected cyclic dependency error and Lint spec fixes (#20260) 2023-01-31 20:33:10 +06:00
utils fix: revamped rts server architecture (#15870) 2022-08-11 15:06:02 +05:30
server.ts fix: renamed rts port env to APPSMITH_RTS_PORT (#20121) 2023-02-15 07:06:02 +05:30
version.js fix: rts version file moved to src (#15963) 2022-08-12 21:10:50 +05:30