This commit is contained in:
msyu
2025-09-18 20:17:31 +03:00
parent d42df73e4e
commit f8c45bf043
3 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -15,7 +15,7 @@
<cfset this.mappings = structNew() />
<cfset this.mappings["/mod"] = getDirectoryFromPath(getCurrentTemplatePath()) & "mod/" />
<cfset this.customTagPaths = expandPath(getDirectoryFromPath(getCurrentTemplatePath()) & "mod")/>
<cfset this.datasource = "billing"/>
<cfset this.datasource = "rpt"/>
<!--- SSO --->
<cfset this.client_id = "payg-report.deck.nubes.ru"/>
<cfset this.auth_endpoint = "https://keycloak.nubes.ru/realms/cloud/protocol/openid-connect/auth" />
@@ -70,7 +70,7 @@
<!--- global settings --->
<cfset request.RECORDS_PER_PAGE=500/>
<cfset request.APP_VERSION="0.00.000"/>
<cfset request.APP_VERSION="0.00.001"/>
<cfset request.STAND=getStand()/>
<!--- application constants --->