mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-22 12:24:02 +02:00
removed extra ` from README
This commit is contained in:
parent
1ddfe2fb92
commit
d47afa3081
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Setup DNS Records point to machine which runs `GoDoxy`, e.g.
|
||||||
|
|
||||||
- set random JWT secret
|
- set random JWT secret
|
||||||
```shell
|
```shell
|
||||||
sed -i "s|GOPROXY_API_JWT_SECRET=.*|GOPROXY_API_JWT_SECRET=$(openssl rand -base64 32)|g" .env`
|
sed -i "s|GOPROXY_API_JWT_SECRET=.*|GOPROXY_API_JWT_SECRET=$(openssl rand -base64 32)|g" .env
|
||||||
```
|
```
|
||||||
|
|
||||||
- change username and password for WebUI authentication
|
- change username and password for WebUI authentication
|
||||||
|
|
Loading…
Add table
Reference in a new issue