keep port 5000
This commit is contained in:
parent
ee34d978d8
commit
f220797a35
1 changed files with 2 additions and 2 deletions
|
|
@ -16,10 +16,10 @@ python3 -m venv venv
|
||||||
./venv/bin/pip install -r requirements.txt
|
./venv/bin/pip install -r requirements.txt
|
||||||
cp .env.example .env
|
cp .env.example .env
|
||||||
mkdir data
|
mkdir data
|
||||||
./venv/bin/uvicorn lnbits.__main__:app --reload
|
./venv/bin/uvicorn lnbits.__main__:app --port 5000
|
||||||
```
|
```
|
||||||
|
|
||||||
Now you can visit your LNbits at http://localhost:8000/.
|
Now you can visit your LNbits at http://localhost:5000/.
|
||||||
|
|
||||||
Now modify the `.env` file with any settings you prefer and add a proper [funding source](./wallets.md) by modifying the value of `LNBITS_BACKEND_WALLET_CLASS` and providing the extra information and credentials related to the chosen funding source.
|
Now modify the `.env` file with any settings you prefer and add a proper [funding source](./wallets.md) by modifying the value of `LNBITS_BACKEND_WALLET_CLASS` and providing the extra information and credentials related to the chosen funding source.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue