Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the acf domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/zycomsol/public_html/megawatt.com.do/wp-includes/functions.php on line 6131
HEX
HEX
Server: Apache
System: Linux host4.dnns.net 3.10.0-1160.144.1.el7.tuxcare.els4.x86_64 #1 SMP Tue Apr 7 08:40:40 UTC 2026 x86_64
User: zycomsol (1070)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //etc/cpsources.conf.plugins.example
# Nova Plugin Configuration for /etc/cpsources.conf
#
# This file documents plugin-specific configuration keys that can be
# added to /etc/cpsources.conf to customize plugin behavior.
#
# To use these settings:
# 1. Copy the desired lines to /etc/cpsources.conf
# 2. Uncomment and customize the values
#
# Format: KEY=VALUE (one per line, no spaces around =)
# Comments start with #

#-------------------------------------------------------------------------------
# Nova Plugin Configuration
#-------------------------------------------------------------------------------

# API Host URLs - Default values defined in Cpanel::Nova::Environment
# Default staging: https://staging.pal.plesk.tech
# Default production: https://justgo.site
#NOVA_API_HOST_STAGING=https://staging.pal.plesk.tech
#NOVA_API_HOST_PRODUCTION=https://justgo.site

# Archive URLs - S3 bucket locations for Nova application downloads
# Default staging: https://project-nova-archives-staging.s3.eu-west-1.amazonaws.com
# Default production: https://project-nova-archives.s3.eu-west-1.amazonaws.com
#NOVA_ARCHIVE_URL_STAGING=https://project-nova-archives-staging.s3.eu-west-1.amazonaws.com
#NOVA_ARCHIVE_URL_PRODUCTION=https://project-nova-archives.s3.eu-west-1.amazonaws.com
#NOVA_ARCHIVE_URL_UNPUBLISHED_PRODUCTION=https://nova-partner-artifacts.s3.eu-west-1.amazonaws.com

# Note: Environment mode (staging vs production) is determined by the presence
# of /var/cpanel/use_nova_stage touch file (not configurable)

#-------------------------------------------------------------------------------
# Sitejet Plugin Configuration (for future use)
#-------------------------------------------------------------------------------

# Uncomment and customize as needed when Sitejet plugin is installed
#SITEJET_API_HOST_STAGING=https://staging.sitejet.io
#SITEJET_API_HOST_PRODUCTION=https://api.sitejet.io
#SITEJET_ARCHIVE_URL_STAGING=https://cdn-staging.sitejet.io/archives
#SITEJET_ARCHIVE_URL_PRODUCTION=https://cdn.sitejet.io/archives

#-------------------------------------------------------------------------------
# Partner Integration Examples
#-------------------------------------------------------------------------------

# Example: Custom partner API endpoint
#NOVA_API_HOST_PRODUCTION=https://nova-api.partner.example.com

# Example: Partner-hosted archives
#NOVA_ARCHIVE_URL_PRODUCTION=https://cdn.partner.example.com/nova-archives

#-------------------------------------------------------------------------------
# Development/Testing Examples
#-------------------------------------------------------------------------------

# Example: Local development environment
#NOVA_API_HOST_STAGING=http://localhost:3000
#NOVA_ARCHIVE_URL_STAGING=http://localhost:8080/archives

# Note: To enable staging mode, create the touch file:
# touch /var/cpanel/use_nova_stage