File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff 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
3434Example:
3535
You can’t perform that action at this time.
0 commit comments