conf

package
v1.9.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 27, 2022 License: MPL-2.0 Imports: 11 Imported by: 0

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(