Ignore:
Timestamp:
22/09/10 20:44:27 (3 years ago)
Author:
Dererk <dererk@…>
Children:
07f08611dddf5eddd06319678f34df4d6bfa1723
Parents:
03d5364592543369d35b1ad6fcae67be27c5c4d9
git-committer:
Dererk <dererk@…> (22/09/10 20:44:27)
Message:

Agregado metodo para obtener ORGs y modificados configs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arma2/frontend/config.py

    r4586b07 r102080c  
    1 serverIP = 'localhost' 
    2 serverPort = 8008 
    3 passwordLength = 12 
     1# User Configuration 
     2passwordLength  = 12 
     3 
     4# XMLRPC Properties 
     5xmlrpcServerIP          = 'localhost' 
     6xmlrpcServerPort        = 8008 
     7 
     8ldapSERVER              = 'localhost' 
     9ldapBASE                = '' 
     10ldapDN                  = '' 
     11ldapSECRET              = '' 
Note: See TracChangeset for help on using the changeset viewer.