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