From 170725c6cdf970eb9a671b1a2232a96b6cdec4cb Mon Sep 17 00:00:00 2001 From: tim Date: Thu, 31 Oct 2024 16:54:59 +0000 Subject: [PATCH] Add filler word in global_config.json --- config/global_config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/global_config.json b/config/global_config.json index 0b7bca4..75961a0 100644 --- a/config/global_config.json +++ b/config/global_config.json @@ -1,8 +1,8 @@ { "s3_bucket": { - "uri": "dataclinic-gtfs-rt", - "public_key": "", - "secret_key": "", + "uri": "PUT_IN_YOUR_BUCKET_NAME", + "public_key": "FILL_THIS_IN", + "secret_key": "FILL_THIS_IN", "retries": { "max_attempts": 3, "mode": "standard" @@ -10,6 +10,6 @@ }, "mobilitydatabase": { "url": "https://api.mobilitydatabase.org/v1", - "token": "" + "token": "FILL_THIS_IN" } } \ No newline at end of file