env

package
v0.0.0-...-c6c6d44 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2025 License: AGPL-3.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetAPIHost

func GetAPIHost() (*string, error)

func GetAllowedOrigins

func GetAllowedOrigins() ([]string, error)

func GetBackendURL

func GetBackendURL() (*string, error)

func GetCurrentEncryptionKeyID

func GetCurrentEncryptionKeyID() (*string, error)

func GetEncryptionKey

func GetEncryptionKey(id string) (*string, error)

func GetFrontendURL

func GetFrontendURL() (*string, error)

func GetGithubAPIEndpoint

func GetGithubAPIEndpoint() string

func GetGithubAppClientID

func GetGithubAppClientID() (*string, error)

func GetGithubAppClientSecret

func GetGithubAppClientSecret() (*string, error)

func GetGithubAppID

func GetGithubAppID() (*int, error)

func GetGithubAppPrivateKey

func GetGithubAppPrivateKey() (*string, error)

func GetGithubWebhookSecret

func GetGithubWebhookSecret() (*string, error)

func GetJobsWorkflowID

func GetJobsWorkflowID() (*string, error)

func GetOrchestratorGRPCURL

func GetOrchestratorGRPCURL() (*string, error)

func GetOryAdminToken

func GetOryAdminToken() string

func GetOryAdminURL

func GetOryAdminURL() (*string, error)

func GetOryURL

func GetOryURL() (*string, error)

func GetOryWebhookAPIKey

func GetOryWebhookAPIKey() (*string, error)

func GetPaddleAPIKey

func GetPaddleAPIKey() (*string, error)

func GetPaddleWebhookSecret

func GetPaddleWebhookSecret() (*string, error)

func GetPostgresDSN

func GetPostgresDSN() (*string, error)

func GetPosthogAPIKey

func GetPosthogAPIKey() (*string, error)

func GetRunnerAddress

func GetRunnerAddress() (*string, error)

func GetRunnerPrivateKey

func GetRunnerPrivateKey() (*string, error)

func GetRunnerPublicKey

func GetRunnerPublicKey() (*string, error)

func GetSMTPHost

func GetSMTPHost() (*string, error)

func GetSMTPPassword

func GetSMTPPassword() (*string, error)

func GetSMTPPort

func GetSMTPPort() (*string, error)

func GetSMTPUsername

func GetSMTPUsername() (*string, error)

Types

type Stage

type Stage string
const (
	StageLocal     Stage = "local"
	StageDev       Stage = "dev"
	StageCommunity Stage = "community"
	StageProd      Stage = "prod"
)

func GetStage

func GetStage() Stage

Jump to

Keyboard shortcuts

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