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 #5 from cloudnautique/main
Browse files Browse the repository at this point in the history
[enhance] - set default values for port and proto
  • Loading branch information
cloudnautique authored Jan 22, 2024
2 parents 27e975e + 757a663 commit d52f4d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Acornfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,16 @@ secrets: config: {
type: "credential.acorn.io/mongodb"
params: {
instructions: localData.instructions
promptOrder: ["proto", "address", "port", "adminUsername", "adminPassword", "username", "password"]
promptOrder: ["proto", "address", "port", "dbName", "adminUsername", "adminPassword", "username", "password"]
}
data: {
address: ""
port: ""
port: "27017"
username: ""
password: ""
adminUsername: ""
adminPassword: ""
proto: ""
proto: "mongodb+srv"
dbName: ""
}
}
Expand Down

0 comments on commit d52f4d2

Please sign in to comment.