This commit is contained in:
2025-07-16 10:06:59 -05:00
parent acf02d5bdb
commit f93c3da38a
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -309,7 +309,7 @@ async function getOkanToken() {
try {
const agent = new HttpsProxyAgent(CONFIG.PROXY);
const responseOkan = await axios.post(CONFIG.ENDPOINT_OKAN_TOKEN, { user: '45957768' }, {
const responseOkan = await axios.post(CONFIG.ENDPOINT_OKAN_TOKEN, { user: process.env.USUARIO }, {
headers: { 'Authorization': CONFIG.TOKEN_OKAN_USER },
httpsAgent: agent
});