8000 chore(configs/config.yaml): Change `api_url` to `api_base_url` by kwsxing · Pull Request #1357 · apache/answer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chore(configs/config.yaml): Change api_url to api_base_url #1357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

kwsxing
Copy link
@kwsxing kwsxing commented Jun 17, 2025

In configs/config.yaml

ui:
public_url: '/'
api_url: '/'
base_url: ''

But the name is different in internal/base/server/config.go

type UI struct {
BaseURL string `json:"base_url" mapstructure:"base_url" yaml:"base_url"`
APIBaseURL string `json:"api_base_url" mapstructure:"api_base_url" yaml:"api_base_url"`
}

So I changed the api_url to api_base_url and moved it below base_url (APIBaseURL is below BaseURL).

@LinkinStars LinkinStars self-requested a review June 17, 2025 11:19
@LinkinStars LinkinStars self-assigned this Jun 17, 2025
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.

2 participants
0