Skip to content

Commit

Permalink
chore: create .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-jy-park committed Dec 3, 2022
1 parent f626b45 commit 7670add
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
DJANGO_SECRET_KEY={}

DATABASE_NAME=ceos
DATABASE_USER={}
DATABASE_PASSWORD={}
DATABASE_HOST=localhost
DATABASE_PORT=3306

0 comments on commit 7670add

Please sign in to comment.