holllang / client

인공지능을 활용한 성격 유형별 취미 추천 메타콘텐츠
https://hollang.swygbro.com/
0 stars 3 forks source link

config로 환경변수 관리 #154

Closed guesung closed 1 year ago

guesung commented 1 year ago
// config.ts
export const CONFIG = {
  KAKAO_LINK: 'NEXT_PUBLIC_API_SHARE_KAKAO_LINK_KEY',
  API_END_POINT: 'NEXT_PUBLIC_API_END_POINT',
  API_CLOUD: 'NEXT_PUBLIC_API_CLOUD',
  CLINT: 'http://localhost:3000',
  KAKAO_APP_KEY: 'NEXT_PUBLIC_KAKAOMAP_APPKEY',
} as const;