We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 734a613 commit 18b031bCopy full SHA for 18b031b
.env.sample
@@ -1,9 +1,13 @@
1
NATS_USER=
2
NATS_PASS=
3
+NATS_CHANNEL=
4
+CLUSTER_ID=
5
+CLIENT_ID=
6
7
PG_USER=
8
PG_PASS=
9
PG_PORT=
10
PG_DB=
11
12
+REDIS_PORT=
13
REDIS_PASS=
README.md
@@ -21,8 +21,13 @@ go build
21
## ⚙ Configuration
22
Rename `.env.example` to `.env` and fill in the values.
23
24
+Open `config/config.yml` and fill in the values
25
+
26
## 🚀 Launch
-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`.
31
___
32
33
## 🌐 Deployment
0 commit comments