Software: Apache. PHP/8.1.30 uname -a: Linux server1.tuhinhossain.com 5.15.0-163-generic #173-Ubuntu SMP Tue Oct 14 17:51:00 UTC uid=1002(picotech) gid=1003(picotech) groups=1003(picotech),0(root) Safe-mode: OFF (not secure) /home/picotech/.nvm/versions/node/v18.17.1/lib/node_modules/pm2/node_modules/@pm2/js-api/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
const pkg = require('./package.json')
const config = {
headers: {
'X-JS-API-Version': pkg.version
},
services: {
API: 'https://api.keymetrics.io',
OAUTH: 'https://id.keymetrics.io'
},
OAUTH_AUTHORIZE_ENDPOINT: '/api/oauth/authorize',
OAUTH_CLIENT_ID: '795984050',
ENVIRONNEMENT: process && process.versions && process.versions.node ? 'node' : 'browser',
VERSION: pkg.version,
// put in debug when using km.io with browser OR when DEBUG=true with nodejs
IS_DEBUG: (typeof window !== 'undefined' && window.location.host.match(/km.(io|local)/)) ||
(typeof process !== 'undefined' && (process.env.DEBUG === 'true'))
}
module.exports = Object.assign({}, config)
|
:: Command execute :: | |
--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0039 ]-- |