Skip to content

Commit

Permalink
Update config.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Pce-iyos authored Apr 7, 2024
1 parent 760d5ef commit 992d56b
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ quantity_min = 1
quantity_max = 100


[MINIO]
[MINIOS]
endpoint = localhost:9000
access_key = minioadmin
secret_key = minioadmin
Expand All @@ -57,3 +57,21 @@ allowed_domain = store.approvedfood.co.uk
[MEALDB]
allowed_domains = www.themealdb.com
start_url = https://www.themealdb.com/browse/letter/


[MINIO]
endpoint = 127.0.0.1:9000
access_key = nXTh6mLbFXXOKUiuAdYA
secret_key = kOPBmO0meeBsnQFJ3OjBNnwd3RfvWkM7S4DUXsgY
bucket_name = testfile
secure= False

[GCS]
bucket_name = spicy_1
credentials_path = /home/pce/Documents/VBP_Joint_Project-main/formal-atrium-418823-7fbbc75ebbc6.json

[PATHS]
local_directory = /home/pce/Documents/VBP_Joint_Project-main/data/raw

[SLACK]
webhook_url = https://hooks.slack.com/services/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

0 comments on commit 992d56b

Please sign in to comment.