Initial OpenECOMP policy/engine commit
[policy/engine.git] / ecomp-sdk-app / src / main / webapp / WEB-INF / conf / raptor.properties
1 ###
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
21 system=fusion
22 ##C## Determines the priority for the debug message.
23 debug_level=5
24 ##C## Determines the number of records can be downloaded in excel when you select "download all" option.
25 download_limit=65000
26 csv_download_limit=10
27 ##C## Determines the number of records to be displayed in a single page.
28 default_page_size=50
29 ##C## Determines the list size in the form field.
30 form_fields_list_size=99000
31 ##C## Determines the scheduler interval
32 #scheduler_interval=0 => disabled
33 scheduler_interval=0
34 ##C## System Name
35 system_name=RAPTOR
36 ##C## This is used for Bread crumbs.
37 base_title=ANALYSIS
38 ##C## whether to allow SQL-based report definition (security risk); super users are always allowed to create SQL-based reports
39 allow_sql_based_reports=yes
40 ##C## Determines whether to include disclaimer page at the bottom of each screen
41 show_disclaimer=yes
42 disclaimer_positioned_top_in_csvexcel=yes
43 ##C## Determines whether to display the form page as a separate page before running the report
44 display_form_before_run=yes
45 ##C## Determines whether to include the form page on the report data page
46 include_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
48 cache_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
51 cache_cur_page_data=yes
52 ##C## Determines Chart width
53 default_chart_width=700
54 ##C## Determines Chart height
55 default_chart_height=420
56 ##C## Determines whether to permit report deletion only by report owner or by everyone with "write" access
57 delete_only_by_owner=no
58 ##C## Determines whether to log each report execution and update time and user ID
59 enable_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)
62 cache_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
65 month_format_use_last_day=no
66 ##C## Determines whether to print the report title in the download files
67 print_title_in_download=yes
68 ##C## Determines whether to show report description when the report is run and in the quick links
69 show_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
73 show_nonstandard_charts=yes
74 ##C## Determines whether to allow the user to change the chart type at runtime
75 allow_runtime_chart_sel=yes
76 ##C## Determines whether to display the report title as chart title as well
77 display_chart_title=yes
78 ##C## Determines whether to merge/blank multi-level row headings in cross-tab report
79 merge_crosstab_row_headings=yes
80 ##C## Determines whether to display chart when displaying the report at first or just a "Show Chart" button
81 display_chart_by_default=yes
82 ##C## Determines whether to print the form field values in the download files
83 print_params_in_download=yes
84 ##C## Determines the limitation to the characters in chart label.
85 skip_chart_labels_limit=30
86 ##C## Determines whether to users with read-only rights for a report can copy it
87 can_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
90 max_decimals_on_totals=2
91 ##C## Determines which JFreeChart to use.
92 jfree_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
97 display_all_users=yes
98 ##Sheet name
99 sheet_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
103 shell_script_dir=/titan/PROJECT3/RAPTOR/raptor/dwnld/
104 flat_file_lower_limit=1
105 flat_file_upper_limit=200000
106 ## whatever request mentioned here would be parsed in sql and request parameter would be filled
107 request_get_params=isEmbedded
108 print_footer_in_download=yes
109 ## footer mentioned here appears in downloaded excel
110 footer_first_line=TODO footer first line
111 footer_second_line=Use Pursuant to Company Instructions
112 ## to run report in popup window
113 report_in_popup_window=yes
114 ## to run each report in new popup window if the above is selected
115 popup_in_new_window=yes
116 ## "Yes" allows the request param to be passed to the drill down report
117 pass_request_param_in_drilldown=yes
118 ## Show PDF download icon
119 show_pdf_download=yes
120 # Show Folder Tree
121 show_folder_tree=no
122 #Show folder tree only for Admin Users
123 show_folder_tree_only_to_admin_users=no
124 #folder tree should be minimized
125 folder_tree_minimized=yes
126 ## whatever session mentioned here would be parsed in sql and session parameter would be filled
127 session_params=login_id
128 display_formfield_info=yes
129 customize_formfield_info=yes
130 #schedule limit for end users
131 schedule_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
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
138 #schedule_custom_query_for_roles=SELECT ar.role_id, ar.descr role_name FROM app_role ar order by 2
139 schedule_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
144 chart_hourly_format=MM/dd HH
145 #chart_minute_format=HH:mm
146 chart_minute_format=MM-dd-yyyy-HH:mm
147 #chart_second_format=HH:mm:ss
148 chart_second_format=MM-dd-yyyy
149 #chart_millisecond_format=HH:mm:ss.S
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.
151 use_loginid_in_schedYN=Y
152 session_params_for_scheduling=login_id
153 session_date_formfield_auto_incr=yes
154 display_session_param_pdfexcel=login_id;Login Id
155 session_params_for_displaying_in_scheduling=login_id;Login Id
156 application_server=tomcat
157 #gmap properties
158 gmap_key=ABQIAAAAToJSSetKBMjBJx8MiRw4ghQiU0SbbKnm8C5eu25cpyLwgkLzyRShrQTbgZtqnKAqZU9JwcSq1bKwiA
159 PROJECT-FOLDER=/Users/sundar/git/st_quantum/quantum/target/quantum-1.0
160
161 MARKET-SHAPEFILE-FOLDER=resources/files
162 # output folder for files generated on server side
163 OUTPUT-FOLDER=resources/temp
164 # tile size in pixel
165 TILE-SIZE=256
166 #check if map is disabled or not
167 map_allowed=Y
168 max_drilldown_level=2
169 admin_role_equiv_to_super_role=N
170 show_loading_during_formfield_chain=Y
171 show_print_icon=N
172 globally_nowrap=N
173 calendar_output_date_format=MM/dd/yyyy
174 memory_threshold_percentage=99
175 print_params_in_csv_download=yes
176 notitle_in_dashboard=yes
177 generate_store_sched_reports=yes
178 show_excel_2007_download=yes
179 print_excel_in_landscape=yes
180 show_animated_chart_option=yes
181 show_animated_chart_only=no
182 adjust_content_based_on_height=yes
183 custom_submit_button_text=Run Button
184 customize_formfield_layout=yes
185 #db_type=postgresql
186 #db_type=oracle
187 db_type=mysql