#!/usr/bin/python
#@not-modified@
# Remove the above line if this file has been modified.
# If you don't, this file will be overwritten.
# Auto generated during "build".
{
    'init-field': {
        'procs':        7,
        'filename':     '/tmp/mines.{0}',
        'sec-maxtime':  900,    # Security timeout
        'sec-maxarea':  10000,  # Maximum allowed area
    },
    'hiscores': {
        'file':         "/var/anonymine",
        'entries':      16,     # Top N, how many entries per sublist
        'maxsize':      524288, # Security: Maximum allowed filesize (bytes)
        'use-user':     True,   # List login names
        'use-nick':     True,   # Let players choose their own names
        'nick-maxlen':  100,    # Longest allowed nickname (unicode codepoints)
    },
}
