Переглянути джерело

Empty string configurations in aws.json

Signed-off-by: thomasvn <thomasnguyen96@gmail.com>
thomasvn 2 роки тому
батько
коміт
36f8ec721d
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": ""
 }