We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 257a9d9 commit 0060375Copy full SHA for 0060375
docs/now.md
@@ -35,12 +35,12 @@ If not you have to be sure that whatever you pick are free at *.now.sh. For this
35
36
You'll need a added to the now account you are going to use.
37
38
-- b5-db-connection - this is the MongoDB connection string from step 1
+- b5_db_connection - this is the MongoDB connection string from step 1
39
40
in you cli add the secrets
41
42
```
43
-$ now secrets add b5-db-connection "mongodb://<dbuser>:<dbpassword>@testbase.mlab.com:27634/b5base"
+$ now secrets add b5_db_connection "mongodb://<dbuser>:<dbpassword>@testbase.mlab.com:27634/b5base"
44
45
46
You can use another name for your secret and even don't add it but then you'll have to handle it in the next step
0 commit comments