Skip to content

Commit cd9665a

Browse files
committed
chore(env): setup necessary envs
1 parent 8e2256f commit cd9665a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.env.example

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Server
2+
PUBLIC_HOST=http://localhost
3+
PORT=4001
4+
5+
# Database
6+
DB_USER=root
7+
DB_PASSWORD=password
8+
DB_HOST=127.0.0.1
9+
DB_PORT=3308
10+
DB_NAME=gostore-api

0 commit comments

Comments
 (0)