Skip to content
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

Move networking related API configuration to a top level networking key #1091

Closed
deliahu opened this issue May 29, 2020 · 1 comment · Fixed by #1151
Closed

Move networking related API configuration to a top level networking key #1091

deliahu opened this issue May 29, 2020 · 1 comment · Fixed by #1151
Labels
enhancement New feature or request
Milestone

Comments

@deliahu
Copy link
Member

deliahu commented May 29, 2020

Description

networking:
    endpoint: <string>
    local_port: <int>
    api_gateway: public|off

Blocked on #1077

TODO

api_gateway key should not print for local apis

Fix UserStr(); this needs to move and be smarter:

		if api.Networking != nil {
			sb.WriteString(fmt.Sprintf("%s:\n", NetworkingKey))
			sb.WriteString(s.Indent(api.Networking.UserStr(), "  "))
		}
@deliahu deliahu added the enhancement New feature or request label May 29, 2020
@deliahu deliahu added the v0.18 label Jun 9, 2020
@Allison12345
Copy link

123

来自GitHub小程序客户端:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants