Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from cloudnautique/main
Browse files Browse the repository at this point in the history
[enhance] - set default value for port
  • Loading branch information
cloudnautique authored Jan 23, 2024
2 parents ee92394 + 710c050 commit 62b91cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Acornfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ secrets: config: {
}
data: {
address: ""
port: ""
port: "6379"
adminUsername: ""
adminPassword: ""
proto: ""
Expand All @@ -50,7 +50,7 @@ localData: instructions: """
fill in:

- address: the address of the Redis server endpoint (redis.example.com)
- port: the port of the MongoDB server (6379)
- port: the port of the Redis server (6379)
- adminPassword: the main password to use to connect to the Redis server as an admin
- proto: the protocol to use to connect to the Redis server.
- dbName: the name of the database to use
Expand Down

0 comments on commit 62b91cb

Please sign in to comment.