-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
37 lines (31 loc) · 1.2 KB
/
Copy path.env
File metadata and controls
37 lines (31 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Development Environment Configuration
# 개발 환경 설정 - KoSpot-frontend-private submodule로 이동하여 사용
# ===========================================
# API Configuration
# ===========================================
VUE_APP_API_BASE_URL=http://localhost:8080/api
VUE_APP_WS_URL=http://localhost:8080/api/ws
# ===========================================
# Kakao Services
# ===========================================
# Kakao Map API Key (https://developers.kakao.com/)
VUE_APP_KAKAO_MAP_API_KEY=c66fbf360458039285570a638bad813a
# ===========================================
# AWS Configuration
# ===========================================
VUE_APP_AWS_REGION=ap-northeast-2
VUE_APP_AWS_S3_BUCKET=kospot-dev-bucket
# ===========================================
# Feature Flags
# ===========================================
VUE_APP_ENABLE_DEBUG=true
VUE_APP_ENABLE_ANALYTICS=false
# ===========================================
# Build Configuration
# ===========================================
VUE_APP_BUILD_VERSION=development
VUE_APP_BUILD_TIME=2024-01-01T00:00:00Z
# ===========================================
# Encrypt
# ===========================================
VUE_AES_SECRET_KEY=1234567890123456