· 6 years ago · Apr 02, 2020, 11:04 AM
1; This is main application configuration file.
2; applicaion specific settings and configurations are given here.
3;
4;%__% signs show that its a variable area, and actual value must be filled here.
5
6
7; This is the default config group for AWS keys.
8; For more configs should create more such groups with diffrent names
9[default]
10
11; AWS region in which the request to be made
12aws_region="us-east-1"
13
14; AWS service/API version (date or the "latest" identifer can be provided
15aws_service_version="latest"
16
17; AWS S3 get object API url
18s3_get_api_url = 'http://api2.myamcat.com/api/v1/aws/s3/get-object'
19
20; AWS S3 put object API url
21s3_put_api_url = 'http://api2.myamcat.com/api/v1/aws/s3/put-object'
22
23; S3 Autoproc bucket name
24s3_autoproc_bucket_name = 'autoproc'
25
26; S3 QB data bucket name
27s3_qbdata_amcat_bucket_name = 'qbdata-amcat'
28
29; Amazon S3 user Access key.
30; Access key is confidetial and should not be revealed outside
31s3_autoproc_access_key = 'AKIAJMGUYTMJ5LAA43TQ';
32
33; Amazon S3 user Secret key.
34; Secret key is confidetial and should not be revealed outside
35s3_autoproc_secret_key = 'x6dCOwPOctjBFgqTJpOAUq2/VHMqVosGpxp8Wwfg';
36
37; S3 Amcat Data bucket name
38s3_amcatdata_bucket_name = 'amcatdata'
39
40; Amazon S3 user Access key.
41; Access key is confidetial and should not be revealed outside
42s3_amcatdata_access_key = 'AKIAJMKVH7GBE2WEFUKQ';
43
44; Amazon S3 user Secret key.
45; Secret key is confidetial and should not be revealed outside
46s3_amcatdata_secret_key = '43KO/Lk7DSFzVV1v0OfIilL7c7zQtx9GAbT3XrLS';
47
48; Amazon S3 user Access key.
49; Access key is confidetial and should not be revealed outside
50s3_qbdata_amcat_access_key = 'AKIAJHGU3GAWOFC3MKMQ';
51
52; Amazon S3 user Secret key.
53; Secret key is confidetial and should not be revealed outside
54s3_qbdata_amcat_secret_key = 'zMSDFb88211C6VWeI7VefV1DTh8hHjrOgJcP3PL4';
55
56; S3 temp reports bucket name
57s3_reports_bucket_name = 'bhanu_bucket'
58
59; Amazon S3 user Access key.
60; Access key is confidetial and should not be revealed outside
61s3_reports_access_key = 'AKIAJ46AZUSBWIMICAHQ';
62
63; Amazon S3 user Secret key.
64; Secret key is confidetial and should not be revealed outside
65s3_reports_secret_key = 'CLa32z1oO2pXICcahVlJAUUz1PQIZODpX9B+6MT9';
66
67; Amazon S3 bucket name for testing purpose.
68; This bucket is temporary and should not be relied for production data storage
69s3_testing_bucket_name = "bhanu_bucket"
70
71; Amazon S3 user Access key.
72; Access key is confidetial and should not be revealed outside
73s3_testing_access_key = 'AKIAJ46AZUSBWIMICAHQ';
74
75; Amazon S3 user Secret key.
76; Secret key is confidetial and should not be revealed outside
77s3_testing_secret_key = 'CLa32z1oO2pXICcahVlJAUUz1PQIZODpX9B+6MT9';