Skip to content

Commit 5cfff76

Browse files
authored
Merge pull request #401 from boostcampwm2025/dosc/readme-env-example
[Dosc] readme, env.example 수정
2 parents 85fd0ad + d02af88 commit 5cfff76

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Murphy는 팀의 의사결정 과정을 구조화하고, 흩어진 아이디어
2020
<br>
2121
</div>
2222

23-
### 자유료윤 의견 발산
23+
### 자유로운 의견 발산
2424

2525
배경을 더블 클릭하는 것 만으로 손쉽게 아이디어를 제출할 수 있습니다.
2626

@@ -75,6 +75,12 @@ yarn docker:up
7575
yarn db:update
7676
```
7777

78+
### 개발 서버 실행
79+
80+
```
81+
yarn dev
82+
```
83+
7884
## 📂 아키텍처 구조
7985

8086
<img width="808" height="708" alt="Image" src="https://github.com/user-attachments/assets/a656095a-2eec-4d96-8623-a4df6a343dd0" />

env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ DB_PASSWORD=password
1515
REDIS_PORT=6379
1616
REDIS_PASSWORD=password
1717

18+
## shadow DB 설정
19+
SHADOW_DATABASE_URL=mysql://app_user:password@localhost:3306/murphy_shadow_db
20+
1821
## OAuth 설정
1922
GOOGLE_CLIENT_ID=
2023
GOOGLE_CLIENT_SECRET=

0 commit comments

Comments
 (0)