Initial add backend stuff
This commit is contained in:
6
appenv/env_staging.go
Normal file
6
appenv/env_staging.go
Normal file
@@ -0,0 +1,6 @@
|
||||
//go:build staging
|
||||
|
||||
package appenv
|
||||
|
||||
// Selected by `-tags staging`. See env_development.go for the full rationale.
|
||||
const Environment = EnvTypeStaging
|
||||
Reference in New Issue
Block a user