Просмотр исходного кода

Merge pull request #2301 from opencost/thomasn/aws-json

Set configs in `aws.json` to empty strings
Niko Kovacevic 2 лет назад
Родитель
Сommit
9c2ce2298a
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      configs/aws.json

+ 5 - 5
configs/aws.json

@@ -14,12 +14,12 @@
     "spotLabelValue": "spotinstance-nodes",
     "awsServiceKeyName": "",
     "awsServiceKeySecret": "",
-    "awsSpotDataRegion":"us-east-2",
-    "awsSpotDataBucket": "x",
+    "awsSpotDataRegion":"",
+    "awsSpotDataBucket": "",
     "awsSpotDataPrefix": "",
-    "athenaBucketName": "s3://x",
-    "athenaRegion": "us-east-1",
+    "athenaBucketName": "",
+    "athenaRegion": "",
     "athenaDatabase": "",
     "athenaTable": "",
-    "projectID": "12345"
+    "projectID": ""
 }