blob: 34330a0097de0e0ea3914ba2457cdf485613ad2f [file] [log] [blame]
Aharoni, Pavel (pa0916)ca3cb012018-10-22 15:29:57 +03001###
2# ================================================================================
3# eCOMP Portal SDK
4# ================================================================================
5# Copyright (C) 2017 AT&T Intellectual Property
6# ================================================================================
7# Licensed under the Apache License, Version 2.0 (the "License");
8# you may not use this file except in compliance with the License.
9# You may obtain a copy of the License at
10#
11# http://www.apache.org/licenses/LICENSE-2.0
12#
13# Unless required by applicable law or agreed to in writing, software
14# distributed under the License is distributed on an "AS IS" BASIS,
15# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16# See the License for the specific language governing permissions and
17# limitations under the License.
18# ================================================================================
19###
20##C## Mention the name of the framework. At present RAPTOR supports FUSION
21system=fusion
22##C## Determines the priority for the debug message.
23debug_level=5
24##C## Determines the number of records can be downloaded in excel when you select "download all" option.
25download_limit=65000
26csv_download_limit=10
27##C## Determines the number of records to be displayed in a single page.
28default_page_size=50
29##C## Determines the list size in the form field.
30form_fields_list_size=99000
31##C## Determines the scheduler interval
32#scheduler_interval=0 => disabled
33scheduler_interval=0
34##C## System Name
35system_name=RAPTOR
36##C## This is used for Bread crumbs.
37base_title=ANALYSIS
38##C## whether to allow SQL-based report definition (security risk); super users are always allowed to create SQL-based reports
39allow_sql_based_reports=yes
40##C## Determines whether to include disclaimer page at the bottom of each screen
41show_disclaimer=yes
42disclaimer_positioned_top_in_csvexcel=yes
43##C## Determines whether to display the form page as a separate page before running the report
44display_form_before_run=yes
45##C## Determines whether to include the form page on the report data page
46include_form_with_data=yes
47##C## Determines whether to cache chart data in the session => faster re-display if the data volume does not get too large
48cache_chart_data=yes
49##C## Determines whether to cache report data for the currently displayed page in the session => faster re-display
50 ##C## if the data volume does not get too large
51cache_cur_page_data=yes
52##C## Determines Chart width
53default_chart_width=700
54##C## Determines Chart height
55default_chart_height=420
56##C## Determines whether to permit report deletion only by report owner or by everyone with "write" access
57delete_only_by_owner=no
58##C## Determines whether to log each report execution and update time and user ID
59enable_report_log=yes
60##C## Determines whether to cache user roles info in memory (saves many DB reads, but does not account for roles
61 ##C## assigned after the cache was loaded)
62cache_user_roles=yes
63##C## Determines whether to convert month formats (e.g. MM/YYYY) to the last day of the month (true) or
64 ##C## first day (false) - like 12/2003 is converted to either 12/31/2003 or 12/01/2003
65month_format_use_last_day=no
66##C## Determines whether to print the report title in the download files
67print_title_in_download=yes
68##C## Determines whether to show report description when the report is run and in the quick links
69show_descr_at_runtime=no
70##C## Determines whether to skip labels on the Line chart axis when they overlap
71#DEPRECATED skip_chart_labels_to_fit=no
72##C## Determines whether to show chart types that are purpose and/or data specific
73show_nonstandard_charts=yes
74##C## Determines whether to allow the user to change the chart type at runtime
75allow_runtime_chart_sel=yes
76##C## Determines whether to display the report title as chart title as well
77display_chart_title=yes
78##C## Determines whether to merge/blank multi-level row headings in cross-tab report
79merge_crosstab_row_headings=yes
80##C## Determines whether to display chart when displaying the report at first or just a "Show Chart" button
81display_chart_by_default=yes
82##C## Determines whether to print the form field values in the download files
83print_params_in_download=yes
84##C## Determines the limitation to the characters in chart label.
85skip_chart_labels_limit=30
86##C## Determines whether to users with read-only rights for a report can copy it
87can_copy_on_read_only=yes
88##C## Determines the no of decimals to be displayed in Totals column
89#max_decimals_on_totals=-1 => don't truncate, display all decimal digits
90max_decimals_on_totals=2
91##C## Determines which JFreeChart to use.
92jfree_version=latest
93#jfree_version=0.9.11
94# Added this restriction so that heavily used system which contain
95# more than 1000 users can enable this feature not to display whole
96# users in the drop down menu
97display_all_users=yes
98##Sheet name
99sheet_name=raptor
100#shell_script_name=/home/sundar/test.sh
101#download_query_folder=/titan/PROJECT3/RAPTOR/raptor/dwnld/query/
102## this directory is mentioned if the flat file is downloaded using shell script
103shell_script_dir=/titan/PROJECT3/RAPTOR/raptor/dwnld/
104flat_file_lower_limit=1
105flat_file_upper_limit=200000
106## whatever request mentioned here would be parsed in sql and request parameter would be filled
107request_get_params=isEmbedded
108print_footer_in_download=yes
109## footer mentioned here appears in downloaded excel
110footer_first_line=TODO footer first line
111footer_second_line=Use Pursuant to Company Instructions
112## to run report in popup window
113report_in_popup_window=yes
114## to run each report in new popup window if the above is selected
115popup_in_new_window=yes
116## "Yes" allows the request param to be passed to the drill down report
117pass_request_param_in_drilldown=yes
118## Show PDF download icon
119show_pdf_download=yes
120# Show Folder Tree
121show_folder_tree=no
122#Show folder tree only for Admin Users
123show_folder_tree_only_to_admin_users=no
124#folder tree should be minimized
125folder_tree_minimized=yes
126## whatever session mentioned here would be parsed in sql and session parameter would be filled
127session_params=login_id
128display_formfield_info=yes
129customize_formfield_info=yes
130#schedule limit for end users
131schedule_limit=10
132# customized query if you need any restrictions for schedule and security tab for fusion
133#schedule_custom_query_for_users=getAllUsersByCustomer
134#schedule_custom_query_for_roles=getAllRolesByCustomer
135# customized query if you need any restrictions for schedule and security tab for prisms example
136#schedule_custom_query_for_users=SELECT au.user_id, au.first_name||' '||au.last_name user_name FROM app_user au order by 2
137schedule_custom_query_for_users=SELECT au.user_id id, au.first_name||' '||au.last_name name FROM app_user au where user_id = 1 order by 2
138#schedule_custom_query_for_roles=SELECT ar.role_id, ar.descr role_name FROM app_role ar order by 2
139schedule_date_pattern=MM/dd/yyyy hh:mm:ss a
140## This is used to display in right format in chart timestamp axis as we give in the sql
141#chart_yearly_format=yyyy
142#chart_monthly_format=MMM-yyyy
143#chart_daily_format=MM-dd-yyyy
144chart_hourly_format=MM/dd HH
145#chart_minute_format=HH:mm
146chart_minute_format=MM-dd-yyyy-HH:mm
147#chart_second_format=HH:mm:ss
148chart_second_format=MM-dd-yyyy
149#chart_millisecond_format=HH:mm:ss.S
150schedule_help_text=This form is used to schedule a specific Reporting Platform report to be delivered to one or more email addresses associated with your Company's Business Direct user logins. Note that report output delivered via email does not include the capability to drill down/back up to additional data levels. So, select the appropriate data level report for the scheduled report. View the status of scheduled report requests in the My Schedules menu item.
151use_loginid_in_schedYN=Y
152session_params_for_scheduling=login_id
153session_date_formfield_auto_incr=yes
154display_session_param_pdfexcel=login_id;Login Id
155session_params_for_displaying_in_scheduling=login_id;Login Id
156application_server=tomcat
157#gmap properties
158gmap_key=ABQIAAAAToJSSetKBMjBJx8MiRw4ghQiU0SbbKnm8C5eu25cpyLwgkLzyRShrQTbgZtqnKAqZU9JwcSq1bKwiA
159PROJECT-FOLDER=/Users/sundar/git/st_quantum/quantum/target/quantum-1.0
160#
161MARKET-SHAPEFILE-FOLDER=resources/files
162# output folder for files generated on server side
163OUTPUT-FOLDER=resources/temp
164# tile size in pixel
165TILE-SIZE=256
166#check if map is disabled or not
167map_allowed=Y
168max_drilldown_level=2
169admin_role_equiv_to_super_role=N
170show_loading_during_formfield_chain=Y
171show_print_icon=N
172globally_nowrap=N
173calendar_output_date_format=MM/dd/yyyy
174memory_threshold_percentage=99
175print_params_in_csv_download=yes
176notitle_in_dashboard=yes
177generate_store_sched_reports=yes
178show_excel_2007_download=yes
179print_excel_in_landscape=yes
180show_animated_chart_option=yes
181show_animated_chart_only=no
182adjust_content_based_on_height=yes
183custom_submit_button_text=Run Button
184customize_formfield_layout=yes
185#db_type=postgresql
186#db_type=oracle
187db_type=mysql