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> |
||
|---|---|---|
| .. | ||
| .run | ||
| appsmith-git | ||
| appsmith-interfaces | ||
| appsmith-plugins | ||
| appsmith-server | ||
| envs | ||
| mongo-seed | ||
| reactive-caching | ||
| scripts | ||
| .gitignore | ||
| build.sh | ||
| buildpack-run.sh | ||
| docker-compose.yml | ||
| Dockerfile | ||
| entrypoint.sh | ||
| pom.xml | ||
| Procfile | ||
| README.md | ||
| system.properties | ||
Appsmith Server
This is the server-side repository for the Appsmith framework.
For details on setting up your development machine, please refer to this Setup Guide.