PromucFlow_constructor/app/rts
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
..
src fix: renamed rts port env to APPSMITH_RTS_PORT (#20121) 2023-02-15 07:06:02 +05:30
.env.example fix: revamped rts server architecture (#15870) 2022-08-11 15:06:02 +05:30
.gitignore Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
build.sh fix: workflow for shared modules testing (#16778) 2022-09-30 18:36:25 +05:30
Dockerfile feat: AST apis for parsing script and returning identifiers (#16252) 2022-09-12 14:45:47 +05:30
jest.config.js fix: update rts logic to use updated shared AST logic (#16849) 2022-09-28 17:28:18 +00:00
package.json chore: updated supertest package. (#18909) 2022-12-15 12:18:27 +05:30
README.md ci: Modularizing the Github actions workflow for maintainability (#16505) 2022-09-09 01:08:55 +05:30
start-server.sh Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
tsconfig.json fix: failing rts build due to jest config (#17177) 2022-09-29 16:12:07 +05:30
yarn.lock chore: bump cookiejar from 2.1.3 to 2.1.4 in /app/rts (#20011) 2023-01-26 14:15:11 +05:30

Appsmith Realtime Server

This is the code for the Appsmith realtime server.