· 5 years ago · May 18, 2020, 01:18 PM
1{
2 "config": {
3 "beeswax": {
4 "url": "https://tpc.api.beeswax.com",
5 "user": "api-register@theprogrammaticcompany.com",
6 "pass": "VBep53NUVCWpJY8yw94kd5vANDPx9ZFU"
7 },
8 "azureBlob": {
9 "url": "DefaultEndpointsProtocol=https;AccountName=devtpcstorage;AccountKey=gZ9rfJ3+wM0OLfG3YsCcJZaZA2+XVrbHpGtDNBOr2tqDyU1ukf3z+vgmHcggMzzBvQIHxm97/OLCxS1xSUXveQ==;EndpointSuffix=core.windows.net"
10 },
11 "sqlServer": {
12 "server": "tpc-dev-mssql.database.windows.net",
13 "user": "tpc_reporter_admin_dev",
14 "password": "wvwtkbBAC243PSKdPyVJQuptayjMWAm2Cetn6V3Fu2hfTgXWkjK7FQmpJeXynfJ8"
15 },
16 "aws": {
17 "auth": {
18 "access_key": "AKIAXIZ2JUZMOGJFUOUA",
19 "secret_key": "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"
20 },
21 "s3": {
22 "bucket": "aws-athena-result-tpc",
23 "region": "eu-west-1"
24 },
25 "athena": {
26 "database": "beeswax_logs",
27 "raw_win_log_table": "raw_win_logs_2020"
28 }
29 }
30 }
31}