Skip to content

Commit 0060375

Browse files
author
Jonas Enge
authored
Underscore instead of hyphen
1 parent 257a9d9 commit 0060375

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/now.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ If not you have to be sure that whatever you pick are free at *.now.sh. For this
3535

3636
You'll need a added to the now account you are going to use.
3737

38-
- b5-db-connection - this is the MongoDB connection string from step 1
38+
- b5_db_connection - this is the MongoDB connection string from step 1
3939

4040
in you cli add the secrets
4141

4242
```
43-
$ now secrets add b5-db-connection "mongodb://<dbuser>:<dbpassword>@testbase.mlab.com:27634/b5base"
43+
$ now secrets add b5_db_connection "mongodb://<dbuser>:<dbpassword>@testbase.mlab.com:27634/b5base"
4444
```
4545

4646
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

Comments
 (0)