Slackbot
10/03/2022, 6:56 PMJim Partin
10/03/2022, 6:58 PMAdam Cameron
Adam Cameron
Adam Cameron
Jim Priest
10/03/2022, 7:09 PMthis.datasource = 'foo';
this.hostname = '<http://local.foo.com|local.foo.com>';
this.system_id = 1;
// get application info from system db based on hostname
this.get_system = getSystem(datasource = this.datasource
, hostname = this.hostname
, systemid = this.system_id);
// set application name
this.name = this.get_system.system_application_name;
There are no Application.cfc/Application.cfm 'above' this... and I tried flipping the setting in CFAdmin to only look in the webroot.
Log messages persist - a new one pops up every minute or so ...Jim Priest
10/03/2022, 7:14 PMJim Priest
10/03/2022, 7:25 PMJim Priest
10/05/2022, 6:49 PMservices:
cfml:
healthcheck:
disable: true
Adam Cameron