Update npm-api.sh

This commit is contained in:
Erreur32 2025-03-17 12:39:28 +01:00 committed by GitHub
parent cbe7fc6697
commit c5d188d272
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,15 +16,18 @@ VERSION="2.8.0"
# PERSISTENT Config
#################################
# Create config file $SCRIPT_DIR/npm-api.conf and Edit Variables (required)
# NGINX_IP="127.0.0.1"
# NGINX_PORT="81"
# API_USER="admin@example.com"
# API_PASS="changeme"
#
# Optional (only if you want in other placer than script directory)
# DATA_DIR="/path/nginx_backup/dir"
# Optional
# NGINX_PATH_DOCKER="/home/docker/nginx_proxy/nginx"
#
#################################
# Common Examples
#