env

package
v0.0.0-...-20a79f0 Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2022 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (

	//ClientID the extension or game clientID
	ClientID = os.Getenv("CLIENT_ID")

	//ClientSecret for extension, NOT EXTENSION SECRET
	ClientSecret = os.Getenv("CLIENT_SECRET")

	// OwnerID user's twitch account ID - NUMERIC
	OwnerID = os.Getenv("OWNER_ID")

	// TwitchAuthRedirect twitch auth redirect uri i.e. localhost:8080
	TwitchAuthRedirect = os.Getenv("AUTH_REDIRECT_URL")
)
View Source
var (

	// Bucket the S3 bucket name
	Bucket = os.Getenv("BUCKET")

	// UsersTable the user dynamoDB table name
	UsersTable = os.Getenv("USERS_TBL")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL