Skip to content

Commit 18b031b

Browse files
committed
UPDATED: 🔥 Hotfix
1 parent 734a613 commit 18b031b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.env.sample

+4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
NATS_USER=
22
NATS_PASS=
3+
NATS_CHANNEL=
4+
CLUSTER_ID=
5+
CLIENT_ID=
36

47
PG_USER=
58
PG_PASS=
69
PG_PORT=
710
PG_DB=
811

12+
REDIS_PORT=
913
REDIS_PASS=

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ go build
2121
## ⚙ Configuration
2222
Rename `.env.example` to `.env` and fill in the values.
2323

24+
Open `config/config.yml` and fill in the values
25+
2426
## 🚀 Launch
25-
Run `go run cmd/app/main.go` or `make app`.
27+
Run `go run cmd/app/main.go` or `make run`.
28+
29+
## 🧹 Linters
30+
Run `golangci-lint run ./... --config=./.golangci.yml` or `make lint`.
2631
___
2732

2833
## 🌐 Deployment

0 commit comments

Comments
 (0)