Overview ▹
Overview ▾
Package env detects what sort of environment Perkeep is running in.
Index
Package files
func DebugUploads
func DebugUploads() bool
DebugUploads reports whether this is a debug environment for uploads.
func IsDebug
func IsDebug() bool
IsDebug reports whether this is a debug environment.
func IsDev
func IsDev() bool
IsDev reports whether this is a development server environment (devcam server).
func OnGCE
func OnGCE() bool
OnGCE reports whether this process is running in a Google Compute Engine (GCE) environment. This only returns true if the "camlistore-config-dir" instance metadata value is defined. Instances running in custom configs on GCE will be unaffected.