Server IP : 192.168.23.10  /  Your IP : 216.73.216.47
Web Server : Apache
System : Linux echo.premieradvertising.com 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 7 14:54:22 EST 2023 x86_64
User : rrrallyteam ( 1049)
PHP Version : 8.1.33
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF
Directory (0755) :  /etc/opt/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //etc/opt/../cpsources.conf.plugins.example
# PAL 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 #

#-------------------------------------------------------------------------------
# PAL Plugin Configuration
#-------------------------------------------------------------------------------

# API Host URLs - Default values defined in Cpanel::Pal::Environment
# Default staging: https://staging.pal.plesk.tech
# Default production: https://justgo.site
#PAL_API_HOST_STAGING=https://staging.pal.plesk.tech
#PAL_API_HOST_PRODUCTION=https://justgo.site

# Archive URLs - S3 bucket locations for PAL application downloads
# Default staging: https://project-pal-archives-staging.s3.eu-west-1.amazonaws.com
# Default production: https://project-pal-archives.s3.eu-west-1.amazonaws.com
#PAL_ARCHIVE_URL_STAGING=https://project-pal-archives-staging.s3.eu-west-1.amazonaws.com
#PAL_ARCHIVE_URL_PRODUCTION=https://project-pal-archives.s3.eu-west-1.amazonaws.com
#PAL_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_pal_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
#PAL_API_HOST_PRODUCTION=https://pal-api.partner.example.com

# Example: Partner-hosted archives
#PAL_ARCHIVE_URL_PRODUCTION=https://cdn.partner.example.com/pal-archives

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

# Example: Local development environment
#PAL_API_HOST_STAGING=http://localhost:3000
#PAL_ARCHIVE_URL_STAGING=http://localhost:8080/archives

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