harish876 commented on PR #192: URL: https://github.com/apache/incubator-resilientdb/pull/192#issuecomment-3477430880
Answer to this: "Which config is generated dynamically?" According to the README.md ## Custom Ports ## When starting the service locally, current services are running on 10000 port-base with 5 services where the server config is located [here](https://github.com/apache/incubator-resilientdb/blob/master/service/tools/config/server/server.config) If you want to change the setting, you need to generate the certificates. Go the the workspace where the resilientdb repo is localted. Change the setting parameters here and run the script: ```shell ./service/tools/kv/server_tools/generate_config.sh ``` Then re-run the start script: ```shell ./service/tools/kv/server_tools/start_kv_service.sh ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
