Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
effoeffi committed Feb 4, 2024
1 parent 9764a64 commit 3dd9a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions env/env.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ func GetGCPLocation() string { return failIfEmpty("GCP_LOCATION") }

func GetGCPQueue() string { return failIfEmpty("GCP_QUEUE") }

func GetGCPVertexAIToken() string { return failIfEmpty("GCP_VERTEX_AI_TOKEN") }

func GetGCPDatastoreToken() string { return failIfEmpty("GCP_DATASTORE_TOKEN") }

func GetGCPDatastoreNamespace() string { return failIfEmpty("GCP_DATASTORE_NAMESPACE") }
Expand Down

0 comments on commit 3dd9a82

Please sign in to comment.