32 lines
590 B
Text
32 lines
590 B
Text
[Matemat]
|
|
|
|
# The IP address to listen on
|
|
Address=::
|
|
# The TCP port to listen on
|
|
Port=80
|
|
|
|
# The log level, one of NONE, DEBUG, INFO, WARNING, ERROR, CRITICAL
|
|
LogLevel=DEBUG
|
|
|
|
[Pagelets]
|
|
|
|
# Name of the Matemat instance, shown in the web app
|
|
InstanceName=Matemat
|
|
|
|
#
|
|
# Configure SMTP credentials
|
|
#
|
|
# SmtpFrom=matemat@example.com
|
|
# SmtpSubj=Matemat Receipt
|
|
# SmtpHost=exmaple.com
|
|
# SmtpPort=587
|
|
# SmtpUser=matemat@example.com
|
|
# SmtpPass=supersecurepassword
|
|
|
|
#
|
|
# Enable to allow users to receive receipts via email
|
|
#
|
|
# SmtpSendReceipts=1
|
|
|
|
# Add static HTTP headers in this section
|
|
# [HttpHeaders]
|