Annotation of doc/build/confexamples/loncapa.conf, revision 1.3
1.3 ! albertel 1: # LON-internal HostID of this machine
! 2:
! 3: PerlSetVar lonHostID morphyl1
! 4:
! 5: # Role of this machine: library, access
! 6:
! 7: PerlSetVar lonRole library
! 8:
! 9: # Server Administration
! 10:
! 11: PerlSetVar lonAdmEMail albertel@msu.edu
! 12:
! 13: # Support E-mail
! 14:
! 15: PerlSetVar lonSupportEMail helpdesk@msu.edu
! 16:
! 17: # Default domain
! 18:
! 19: PerlSetVar lonDefDomain msu
! 20:
! 21: # Load Limit ( 100% loadavg )
! 22:
! 23: PerlSetVar lonLoadLim 4.00
! 24:
! 25: # User Load Limit ( 100% loadavg )
! 26:
! 27: PerlSetVar lonUserLoadLim 100
! 28:
! 29: # Expiration for local copies and tokens in seconds
! 30:
! 31: PerlSetVar lonExpire 86400
! 32:
! 33: # Key to issue receipts
! 34:
! 35: PerlSetVar lonReceipt lkj32kjlppqkkm
! 36:
! 37: #
! 38: # The variables below control the behavior of secure lond:
! 39: #
! 40: #
! 41:
! 42: # londAllowInsecure allows lond to fall back to insecure connections
! 43: # in the event its peer is not yet updated to secure lonc.
! 44: # If you are certain all the systems you are communicating with
! 45: # are using secure lonc, set it to 0
! 46:
! 47: PerlSetVar londAllowInsecure {[[[[londAllowInsecure]]]]}
! 48:
! 49: # loncAllowInsecure allows lonc to fall back to negotiating an insecure
! 50: # connection with lond in the event the peer is not yet a secure lond.
! 51: # If you are certain that all systems you are communicating with
! 52: # are using secure lond, set it to 0
! 53:
! 54: PerlSetVar loncAllowInsecure {[[[[loncAllowInsecure]]]]}
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>