Unverified Commit bd0b7422 authored by yueyunpeng's avatar yueyunpeng Committed by GitHub

set env variable

set env variable
parent c2d8c901
import type { AppInfo } from '@/types/app'
export const APP_ID = ''
export const API_KEY = ''
export const API_URL = ''
export const APP_ID = `${process.env.APP_ID}`
export const API_KEY = `${process.env.API_KEY}`
export const API_URL = `${process.env.API_URL}`
export const APP_INFO: AppInfo = {
title: 'Chat APP',
description: '',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment