INI Settings

All supported settings are read from [PAAS] section in PAAS.ini or Pantheon.ini in the same folder where PAAS.exe is located.
All setings are loaded on service startup. If settings are changed – then PAAS service restart is needed to update settings.
Available PAAS.INI settings:
Here are all PAAS.INI parameters and description:
[PAAS]
; Default service settings for Windws Services list
; Can be used to have different named PAAS services on different ports
ServiceName=PAAS
DisplayName= Pantheon Automation Server
; SQL Server name. This setting is read also from SERVERNAME in Pantheon.ini
Server=(local)
; Port where PAAS listens for requests
Port=8091
; Exact location of Pantheon.exe. Default is Pantheon.exe from the same folder
Pantheon=
; Timeout (in minutes) for running Pantheon.exe restarted
Timeout=60
; Additional Pantheon commandline arguments
Arguments=
; Should PAAS run autorun tasks. Deafult false
Autorun=false
; Should PAAS serve API. Deafult true
ServeAPI=true
; Database whitelist to restrict where paas have access: DB1;DB2;... No restrictions by default
DbList=
; Name of the PAW Master database with domain list. PAW_Master or PantheonRA_Master
Master=
; Additional SQL server connection string params
SQLParams=
; Fully Qualified Domain Name for https certificate and https service on 443 port
HttpsDomain=
; Dash password for dashboard login for AD username
DashPass=paas
; Number of preemtive started Pantheon instance to handle API requests. Default 2
StartCount=2
; Security Level 0=None;1=Password warnings. Default 0
SecurityLevel=0
; SQL Server login in username:password format. Default empty string – use Windows auth
Login=
; Autorun default user for Pantheon instance /L=User:Password
L=PAAS
 |
If there is no PAAS.ini, defaults will be used. SQL Server will be from Pantheon.ini in same directory. |
 |
Paas.exe can be started from command line to preview settings ans live log messages. |
 |
PAAS service should be instaled as reverse proxy behind IIS or Apahce if exposed to internet
please consult with networking experts. |
Related topics: