update server/routers/back-new/server.js

This commit is contained in:
xingzhe.ru
2025-07-02 10:28:05 +00:00
parent 1383e360a1
commit 63a825f153

View File

@@ -1,3 +1,5 @@
process.env.GIGACHAT_API_KEY = '78359123-4447-481a-9028-861f53b24ed1:04a4f1e9-1349-4a84-85f9-0c6c687c0974';
process.env.GIGACHAT_SCOPE = 'GIGACHAT_API_PERS';
require('dotenv').config();
console.log('GIGACHAT_API_KEY:', process.env.GIGACHAT_API_KEY);
const express = require('express');