-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
44 lines (36 loc) ยท 1.13 KB
/
.env.example
File metadata and controls
44 lines (36 loc) ยท 1.13 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
38
39
40
41
42
43
44
# ๐ ์๋ฒ ์ค์
PORT=3001
# ๐๏ธ ๋ฐ์ดํฐ๋ฒ ์ด์ค ์ค์
DB_HOST=localhost
DB_PORT=3306
DB_USER=your_db_user
DB_PASSWORD=your_db_password
DB_NAME=teamitaka_database
DATABASE_URL=mysql://user:password@localhost:3306/teamitaka_database
DB_DIALECT=mysql
DB_CHARSET=utf8mb4
NODE_ENV=development
# ๐ ์ธ์ฆ ๋ฐ ์ํฌ๋ฆฟ
UNIVCERT_API_KEY=your_univcert_api_key
JWT_SECRET=your_jwt_secret_key
APP_JWT_EXPIRES_IN=1d
# ๐ ๊ด๋ฆฌ์ ๊ณ์
ADMIN_EMAIL=admin@teamitaka.com
ADMIN_PASSWORD=your_admin_password
ADMIN_PASSWORD_HASH=your_admin_password_hash
# ๐ง ์ด๋ฉ์ผ ์๋น์ค ์ค์
EMAIL_SERVICE=sendgrid
EMAIL_FROM=noreply@teamitaka.com
SENDGRID_API_KEY=your_sendgrid_api_key
# ๐ฑ Google OAuth (์์
๋ก๊ทธ์ธ)
GOOGLE_OAUTH_CLIENT_ID=your_google_oauth_client_id
# โฐ ์ค์ผ์ค ์์
์ค์ (Cron Jobs)
CRON_ENABLED=true
CRON_SCHEDULE=0 0 * * *
TIMEZONE=Asia/Seoul
# ๐ฑ APNs Push Notifications (iOS)
# Apple Developer Portal์์ Keys > Create a Key > Enable "Apple Push Notifications service (APNs)"
APNS_KEY_ID=YOUR_KEY_ID
APNS_TEAM_ID=NWS3TZY4B9
APNS_BUNDLE_ID=com.teamitaka.teamitaka
APNS_KEY_PATH=/etc/secrets/AuthKey.p8