010 json report

This commit is contained in:
2025-10-10 19:50:21 +03:00
parent 6d47dfad0a
commit cc40a109c8
11 changed files with 713 additions and 280 deletions
+1 -2
View File
@@ -23,7 +23,6 @@
<cfset this.idpCertUrl = "https://keycloak.nubes.ru/realms/cloud/protocol/openid-connect/certs" />
<cfset this.client_secret = createObject("java", "java.lang.System").getEnv("IDP_CLIENT_SECRET")/>
<cfset this.datasource = "rpt"/>
<cfset this.defaultdatasource = this.datasource/>
<cfset request.DS = "#this.datasource#">
@@ -78,7 +77,7 @@
<!--- global settings --->
<cfset request.RECORDS_PER_PAGE=500/>
<cfset request.APP_VERSION="0.00.009"/>
<cfset request.APP_VERSION="0.00.010"/>
<cfset request.STAND=getStand()/>
<!--- application constants --->