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