Skip to content

Commit

Permalink
Add filler word in global_config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tim1234ltp committed Oct 31, 2024
1 parent 41c8e4d commit 170725c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/global_config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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"
}
},
"mobilitydatabase": {
"url": "https://api.mobilitydatabase.org/v1",
"token": ""
"token": "FILL_THIS_IN"
}
}

0 comments on commit 170725c

Please sign in to comment.