docs: change sitename as per installer.py (#1196)
This commit is contained in:
committed by
GitHub
parent
13c0183a79
commit
8c670e6db7
@@ -1,4 +1,4 @@
|
||||
Add the following configuration to `launch.json` `configurations` array to start bench console and use debugger. Replace `mysite.localhost` with appropriate site. Also replace `frappe-bench` with name of the bench directory.
|
||||
Add the following configuration to `launch.json` `configurations` array to start bench console and use debugger. Replace `development.localhost` with appropriate site. Also replace `frappe-bench` with name of the bench directory.
|
||||
|
||||
```json
|
||||
{
|
||||
@@ -6,7 +6,7 @@ Add the following configuration to `launch.json` `configurations` array to start
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py",
|
||||
"args": ["frappe", "--site", "mysite.localhost", "console"],
|
||||
"args": ["frappe", "--site", "development.localhost", "console"],
|
||||
"pythonPath": "${workspaceFolder}/frappe-bench/env/bin/python",
|
||||
"cwd": "${workspaceFolder}/frappe-bench/sites",
|
||||
"env": {
|
||||
|
||||
Reference in New Issue
Block a user