Skip to content

Commit

Permalink
fix: update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
yumincho committed Mar 13, 2024
1 parent 315bfba commit d90c5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DB_PORT=3306
DB_PASSWORD=qwer
DB_NAME=biseo

DATABASE_URL=mysql://root:${DB_PASSWORD}@localhost:${DB_PORT}/${DB_NAME}
DB_URL=mysql://root:${DB_PASSWORD}@localhost:${DB_PORT}/${DB_NAME}

# Server configurations
SECRET_KEY=verysafebiseokey

0 comments on commit d90c5e5

Please sign in to comment.