commit
8f3dcd5462
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
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: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue