Skip to content

Commit ec80a8c

Browse files
authored
Update README.md
Change login info
1 parent d25b03a commit ec80a8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ To ensure the script is functional, edit these 4 variables (mandatory).
7575
## Nginx proxy IP address (your Nginx IP)
7676
NGINX_IP="127.0.0.1"
7777
## Existing user (user and password) on NPM
78-
API_USER="existingUser@mail.com"
79-
API_PASS="password"
78+
API_USER="admin@example.com"
79+
API_PASS="changeme"
8080
# Path to store .txt files and Backups
8181
BASE_DIR="/path/nginx_proxy_script/data"
8282

@@ -177,7 +177,7 @@ Script Info: 2.3.5
177177
Script Variables Information:
178178
BASE_URL http://127.0.0.1:81/api
179179
NGINX_IP 127.0.0.1
180-
API_USER user@monmail.com
180+
API_USER admin@example.com
181181
BASE_DIR /path/to/nginx_proxy
182182
BACKUP_DIR /path/to/nginx_proxy/backups
183183
BACKUP HOST 40

0 commit comments

Comments
 (0)