Skip to content

Commit 3cbf789

Browse files
authored
Merge pull request #4 from f-lab-edu/feature/3
feat: ํšŒ์› ๊ฐ€์ž… ๋ฐ ๋กœ๊ทธ์ธ API ๊ตฌํ˜„
2 parents 4951df3 + e6f883d commit 3cbf789

22 files changed

+2118
-356
lines changed

โ€Žbackend/.env.exampleโ€Ž

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
NODE_ENV=development
22
HEALTH_CHECK_NAME=your-health-check-name
3-
HEALTH_CHECK_URL=http://localhost:3000/ping
3+
HEALTH_CHECK_URL=http://localhost:3000/ping
4+
5+
6+
#Database
7+
DB_HOST=localhost
8+
DB_PORT=5432
9+
DB_USERNAME=test
10+
DB_PASSWORD=test
11+
DB_DATABASE=test-database
12+
13+
14+
#JWT
15+
JWT_SECRET=secret-key

0 commit comments

Comments
ย (0)