Add default rest_service_address#173
Open
vincenzopalazzo wants to merge 1 commit intolightningdevkit:mainfrom
Open
Add default rest_service_address#173vincenzopalazzo wants to merge 1 commit intolightningdevkit:mainfrom
vincenzopalazzo wants to merge 1 commit intolightningdevkit:mainfrom
Conversation
|
I've assigned @benthecarman as a reviewer! |
Make `rest_service_address` optional in the config, defaulting to `127.0.0.1:3536` when not specified. This reduces required config for most users who don't need a custom REST address. Closes: lightningdevkit#160 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
f4c8486 to
fb1f7f1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
rest_service_addressoptional in the config file with a default of127.0.0.1:3536defaultattribute so existing configs with the field set continue to work unchangedCloses #160
Test plan
test_read_json_config_from_filepasses (explicit address still works)test_default_rest_service_addresspasses (omitted field defaults to127.0.0.1:3536)cargo checkandcargo testpass🤖 Generated with Claude Code