mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-10-22 23:32:03 +00:00
Modified areas for fqdn usage and use of .env for cors
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -135,3 +135,7 @@ test-results.xml
|
||||
# package-lock.json
|
||||
# yarn.lock
|
||||
# pnpm-lock.yaml
|
||||
|
||||
# Deployment scripts (production deployment tools)
|
||||
deploy-patchmon.sh
|
||||
manage-instances.sh
|
||||
|
@@ -4,9 +4,9 @@
|
||||
# This script sends package update information to the PatchMon server using API credentials
|
||||
|
||||
# Configuration
|
||||
PATCHMON_SERVER="http://localhost:3001"
|
||||
PATCHMON_SERVER="${PATCHMON_SERVER:-http://localhost:3001}"
|
||||
API_VERSION="v1"
|
||||
AGENT_VERSION="1.2.2"
|
||||
AGENT_VERSION="1.2.3"
|
||||
CONFIG_FILE="/etc/patchmon/agent.conf"
|
||||
CREDENTIALS_FILE="/etc/patchmon/credentials"
|
||||
LOG_FILE="/var/log/patchmon-agent.log"
|
||||
|
Reference in New Issue
Block a user