Skip to content

Instantly share code, notes, and snippets.

@pedroelsner
Created August 10, 2012 10:57
Show Gist options
  • Save pedroelsner/3313379 to your computer and use it in GitHub Desktop.
Save pedroelsner/3313379 to your computer and use it in GitHub Desktop.
Exemplo - AppServer.ini Protheus 11
[producao]
SourcePath=C:\Protheus11\APO
RootPath=C:\Protheus_Data
StartPath=\system\
x2_path=
RpoDb=dbf
RpoLanguage=portuguese
RpoVersion=110
LocalFiles=ads
Trace=0
localdbextension=.dbf
PictFormat=DEFAULT
DateFormat=DEFAULT
RegionalLanguage=BRA
[teste_01]
SourcePath=C:\Protheus11\APO_teste_01
RootPath=C:\Protheus_Data_Teste
StartPath=\system\
x2_path=
RpoDb=dbf
RpoLanguage=portuguese
RpoVersion=110
LocalFiles=ads
Trace=0
localdbextension=.dbf
PictFormat=DEFAULT
DateFormat=DEFAULT
RegionalLanguage=BRA
[teste_02]
SourcePath=C:\Protheus11\APO_teste_02
RootPath=C:\Protheus_Data_Teste
StartPath=\system\
x2_path=
RpoDb=dbf
RpoLanguage=portuguese
RpoVersion=110
LocalFiles=ads
Trace=0
localdbextension=.dbf
PictFormat=DEFAULT
DateFormat=DEFAULT
RegionalLanguage=BRA
[DBAccess]
DataBase=<DATABASE>
Server=<server>
ALIAS=<ALIAS>
PROTHEUSONLY=0
[Drivers]
Active=TCP
[TCP]
TYPE=TCPIP
Port=1234
[General]
InstallPath=C:\Protheus11
[LICENSESERVER]
enable=1
port=5555
ShowStatus=1
[LICENSECLIENT]
server=ELSNER-PROTHEUS
port=5555
[SERVERNETWORK]
Servers=Slave_01,Slave_02
MasterConnection=1
[Slave_01]
Server=10.1.10.39
port=12345
connections=1
[Slave_02]
Server=10.1.10.38
port=12346
connections=1
[HTTP]
enable=1
path=C:\Protheus11\bin\smartclientActivex
port=80
InactiveTimeOut=30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment