Skip to content

Commit

Permalink
docs: improve docs contents.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Dec 19, 2024
1 parent a05b8f9 commit 952d9a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deployments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ metadata:
name: openim-redis-secret
type: Opaque
data:
redis-password: b3BlbklNMTIz # update to your redis password encoded in base64
redis-password: b3BlbklNMTIz # update to your redis password encoded in base64, if need empty, you can set to ""
```
#### Mongo:
Expand All @@ -70,8 +70,8 @@ metadata:
name: openim-mongo-secret
type: Opaque
data:
mongo_openim_username: b3BlbklN # update to your mongo username encoded in base64, this user credentials need in authSource database.
mongo_openim_password: b3BlbklNMTIz # update to your mongo password encoded in base64
mongo_openim_username: b3BlbklN # update to your mongo username encoded in base64, if need empty, you can set to "" (this user credentials need in authSource database)
mongo_openim_password: b3BlbklNMTIz # update to your mongo password encoded in base64, if need empty, you can set to ""
```

### Apply the secret.
Expand Down

0 comments on commit 952d9a8

Please sign in to comment.