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 418a85d commit 2eb8e57Copy full SHA for 2eb8e57
9.6/templates/pghoard.json.tmpl
@@ -38,6 +38,11 @@
38
"is_secure": "{{getenv "AWS_IS_SECURE"}}",
39
{{end}}
40
"bucket_name":"{{getenv "AWS_BUCKETNAME"}}"
41
+ {{else if eq $storage_type "google"}}
42
+ "storage_type": "google",
43
+ "project_id": "{{getenv "GCE_PROJECT_ID"}}",
44
+ "bucket_name": "{{getenv "GCE_BUCKET_NAME"}}",
45
+ "credential_file": "{{getenv "GCE_CREDENTIAL_FILE"}}"
46
{{else if eq $storage_type "swift"}}
47
"storage_type": "swift",
48
"user":"{{getenv "OS_USERNAME"}}",
0 commit comments