summaryrefslogtreecommitdiff
path: root/workhorse/config.toml.example
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/config.toml.example')
-rw-r--r--workhorse/config.toml.example11
1 files changed, 9 insertions, 2 deletions
diff --git a/workhorse/config.toml.example b/workhorse/config.toml.example
index 1457e20ed88..6cbd6ca5f74 100644
--- a/workhorse/config.toml.example
+++ b/workhorse/config.toml.example
@@ -7,16 +7,23 @@
URL = "unix:/home/git/gitlab/redis/redis.socket"
[object_storage]
- provider = "AWS" # Allowed options: AWS, AzureRM
+ provider = "AWS" # Allowed options: AWS, AzureRM, Google
[object_storage.s3]
aws_access_key_id = "YOUR AWS ACCESS KEY"
aws_secret_access_key = "YOUR AWS SECRET ACCESS KEY"
-[object_store.azurerm]
+[object_storage.azurerm]
azure_storage_account_name = "YOUR ACCOUNT NAME"
azure_storage_access_key = "YOUR ACCOUNT KEY"
+[object_storage.google]
+ google_application_default = true # if the application default should be used
+ google_json_key_string = '''
+ JSON KEY STRING
+ '''
+ google_json_key_location = "PATH TO JSON KEY FILE"
+
[image_resizer]
max_scaler_procs = 4 # Recommendation: CPUs / 2
max_filesize = 250000