Update README.md

This commit is contained in:
Erreur32 2024-07-10 20:48:13 +02:00 committed by GitHub
parent 499d427851
commit 52038ea282
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
```