mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Example of keyfile specification
This commit is contained in:
parent
a1a068061a
commit
d361befedf
1 changed files with 12 additions and 1 deletions
|
@ -8,6 +8,17 @@ s3:
|
|||
|
||||
gcs:
|
||||
service: GCS
|
||||
keyfile: {
|
||||
type: "service_account",
|
||||
project_id: "",
|
||||
private_key_id: "",
|
||||
private_key: "",
|
||||
client_email: "",
|
||||
client_id: "",
|
||||
auth_uri: "https://accounts.google.com/o/oauth2/auth",
|
||||
token_uri: "https://accounts.google.com/o/oauth2/token",
|
||||
auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs",
|
||||
client_x509_cert_url: ""
|
||||
}
|
||||
project:
|
||||
keyfile:
|
||||
bucket:
|
||||
|
|
Loading…
Reference in a new issue