Skip to content

Commit 4171aac

Browse files
authored
Merge pull request #831 from poppastring/nuget-email-fix
Update Nuget Defaults
2 parents 455f50c + 4357c4a commit 4171aac

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

source/.template.config/template.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
"blogUrl": {
4040
"type": "parameter",
4141
"datatype": "string",
42-
"defaultValue": "http://localhost:5000/",
42+
"defaultValue": "",
4343
"replaces": "https://localhost:5001/",
4444
"description": "The root URL of your blog"
4545
},
4646
"adminEmail": {
4747
"type": "parameter",
4848
"datatype": "string",
49-
"defaultValue": "admin@example.com",
49+
"defaultValue": "myemail@myemail.com",
5050
"replaces": "myemail@myemail.com",
5151
"description": "Admin email address"
5252
}

source/NUGET_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Navigate to `https://localhost:5001` and log in with the default credentials:
2929
|--------|-------------|---------|
3030
| `--blogTitle` | Your blog title | My DasBlog! |
3131
| `--blogUrl` | Root URL of your blog | *(empty)* |
32-
| `--adminEmail` | Admin email address | admin@example.com |
32+
| `--adminEmail` | Admin email address | myemail@myemail.com |
3333

3434
Example:
3535

0 commit comments

Comments
 (0)