mirror of
https://github.com/Erreur32/nginx-proxy-manager-Bash-API.git
synced 2024-12-22 13:32:11 +01:00
Update README.md
This commit is contained in:
parent
499d427851
commit
52038ea282
1 changed files with 3 additions and 3 deletions
|
@ -18,10 +18,10 @@ only edit thoses variables
|
|||
#### Variables to edit
|
||||
|
||||
# Address IP server Nginx (your nginx ip server)
|
||||
NGINX_IP="192.168.1.1"
|
||||
NGINX_IP="127.0.0.1"
|
||||
|
||||
# Token creation (user pass) with valid user on npm.
|
||||
API_USER="your@email.com"
|
||||
# Existing user (user pass) on npm.
|
||||
API_USER="existingUser@mail.com"
|
||||
API_PASS="password"
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue