Documentation
¶
Overview ¶
Package conf writes and reads the Encore configuration file for the user.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var APIBaseURL = (func() string { if u := os.Getenv("ENCORE_PLATFORM_API_URL"); u != "" { return u } return defaultPlatformURL })()
APIBaseURL is the base URL for communicating with the Encore Platform.
View Source
var AuthClient = oauth2.NewClient(