Home Download Docs Code Community
import "perkeep/pkg/env"
Overview
Index

Overview ▾

Package env detects what sort of environment Perkeep is running in.

Index

func DebugUploads() bool
func IsDebug() bool
func IsDev() bool
func OnGCE() bool

Package files

env.go

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.

Website layout inspired by memcached.
Content by the authors.