-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from sr33hari/staging
Staging
- Loading branch information
Showing
3 changed files
with
14 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -165,3 +165,5 @@ cython_debug/ | |
.DS_Store | ||
|
||
set_google_env.sh | ||
creds.json | ||
examplestateAfterProvision.tfstate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export GOOGLE_TYPE="" | ||
export GOOGLE_PROJECT_ID=" | ||
export GOOGLE_PRIVATE_KEY_ID="" | ||
export GOOGLE_CLIENT_EMAIL="" | ||
export GOOGLE_CLIENT_ID="" | ||
export GOOGLE_AUTH_URI="" | ||
export GOOGLE_TOKEN_URI="" | ||
export GOOGLE_AUTH_PROVIDER_X509_CERT_URL="" | ||
export GOOGLE_CLIENT_X509_CERT_URL="" | ||
export GOOGLE_UNIVERSE_DOMAIN="" | ||
export GOOGLE_PRIVATE_KEY="" | ||
export MONGO_URI="mongodb+srv://highhari:harilovesmongo@ciclecluster.1t5nbzl.mongodb.net/?retryWrites=true&w=majority&tls=true&appName=CicleCluster" |
This file was deleted.
Oops, something went wrong.