Skip to content

fix(config): correct default base_url to production endpoint#36

Merged
twcook merged 1 commit into
mainfrom
dev
May 10, 2026
Merged

fix(config): correct default base_url to production endpoint#36
twcook merged 1 commit into
mainfrom
dev

Conversation

@twcook
Copy link
Copy Markdown
Contributor

@twcook twcook commented May 10, 2026

Summary

  • Default SDCStudioConfig.base_url was the placeholder https://sdcstudio.example.com. This PR updates it to the actual production endpoint https://sdcstudio.axius-sdc.com so out-of-the-box config points at a real, reachable host.
  • Anyone overriding the URL via YAML or env-var substitution is unaffected.

Surfaced while addressing a Gemini review comment on the upstream demo agent (google/adk-python-community#106), which separately flagged the same example-domain URL pattern.

Test plan

  • Existing config tests still pass (no behavior change beyond the default value).
  • Manual: load default config, confirm config.sdcstudio.base_url == "https://sdcstudio.axius-sdc.com".

🤖 Generated with Claude Code

Default SDCStudioConfig.base_url was the placeholder
https://sdcstudio.example.com. Update to the actual production
endpoint https://sdcstudio.axius-sdc.com so out-of-the-box config
points at a real, reachable host. Anyone overriding via YAML or
env-var substitution is unaffected.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@twcook twcook merged commit 1ae3e23 into main May 10, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant