Skip to content

Commit 0aaeb8e

Browse files
committed
chore: update .env.example
1 parent ce90c06 commit 0aaeb8e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.env.example

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
# Server
12
PORT=8080
23
GIN_MODE=debug
34

4-
DB_HOST=localhost
5+
# Database
6+
DB_HOST=postgres
57
DB_PORT=5432
6-
DB_USER=runsight
7-
DB_PASSWORD=password
8-
DB_NAME=runsight_db
8+
DB_USER=runsight_user
9+
DB_PASSWORD=runsight_password
10+
DB_NAME=runsight
911
DB_SSL_MODE=disable
1012

13+
# JWT
1114
JWT_SECRET=your-super-secret-jwt-key

0 commit comments

Comments
 (0)