We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414d45a commit 9b0bf82Copy full SHA for 9b0bf82
constant.go
@@ -0,0 +1,8 @@
1
+package gcpen
2
+
3
+const (
4
+ EnvKeyProjectID = "GCP_PROJECT" // for Google Cloud Functions
5
+ EnvKeyGoogleCloudProject = "GOOGLE_CLOUD_PROJECT" // for Google App Engine
6
+ EnvKeyServiceName = "GAE_SERVICE" // for Google App Engine
7
+ EnvKeyServiceVersion = "GAE_VERSION" // for Google App Engine
8
+)
0 commit comments