|
3 | 3 | "CLIENT_GDC_PROTOCOL": "https", |
4 | 4 | "CLIENT_GDC_HOSTNAME": "<%= config[:prod_server] %>", |
5 | 5 | "gd_encoded_params": { |
| 6 | + "SEGMENTS": <%= segments %>, |
| 7 | + "DATA_PRODUCT": "<%= data_product %>", |
| 8 | + "TOKENS": { |
| 9 | + "pg": "<%= config[:prod_token] %>" |
| 10 | + }, |
6 | 11 | <% if defined? jdbc_url %> |
7 | 12 | "ads_client": { |
8 | 13 | "username": "${GDC_USERNAME}", |
9 | 14 | "password": "${GDC_PASSWORD}", |
10 | 15 | "jdbc_url": "<%= jdbc_url %>" |
11 | 16 | }, |
12 | 17 | <% end %> |
13 | | - "SEGMENTS": <%= segments %>, |
14 | | - "DATA_PRODUCT": "<%= data_product %>" |
| 18 | + "technical_user": [ |
| 19 | + "${GDC_USERNAME}" |
| 20 | + ], |
| 21 | + "development_client": { |
| 22 | + "protocol": "https", |
| 23 | + "hostname": "<%= config[:dev_server] %>", |
| 24 | + "username": "${GDC_USERNAME}", |
| 25 | + "password": "${GDC_PASSWORD}" |
| 26 | + } |
15 | 27 | }, |
| 28 | + "production_tag": "dashboard, metric", |
16 | 29 | "release_table_name": "<%= release_table_name %>", |
17 | 30 | "fail_early": "true", |
18 | 31 | "strict": "true", |
19 | 32 | "GDC_USERNAME": "<%= config[:username] %>", |
20 | 33 | "GDC_PASSWORD": "<%= config[:password] %>", |
21 | | - "set_master_project": "<%= master_project_id %>" |
| 34 | + "GDC_LOG_LEVEL": "DEBUG" |
22 | 35 | } |
0 commit comments